Skip to content

Commit

Permalink
fix: fix swagger wrong link
Browse files Browse the repository at this point in the history
  • Loading branch information
chaoranz758 committed Mar 13, 2024
1 parent d391129 commit b27f164
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ You can enter the example for information about "How to run"
- [i18n](https://github.com/hertz-contrib/i18n/tree/main/example) Example of using i18n middleware
- [session](https://github.com/hertz-contrib/sessions/tree/main/_example) Example of using session middleware
- [KeyAuth](https://github.com/hertz-contrib/keyauth/tree/main/example) Example of using KeyAuth middleware
- [Swagger](https://github.com/swaggo/gin-swagger/tree/master/example) Example of using Swagger middleware
- [Swagger](https://github.com/hertz-contrib/swagger/tree/main/example/basic) Example of using Swagger middleware
- [access log](https://github.com/hertz-contrib/logger/tree/main/accesslog/example) Example of using access log middleware
- [Secure](https://github.com/hertz-contrib/secure/tree/main/example/custom) Example of using Secure middleware
- [Sentry](https://github.com/hertz-contrib/hertzsentry) Example of using Sentry middleware
Expand Down
2 changes: 1 addition & 1 deletion README_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
- [i18n](https://github.com/hertz-contrib/i18n/tree/main/example) 使用 i18n 中间件的示例
- [session](https://github.com/hertz-contrib/sessions/tree/main/_example) 使用 session 中间件的示例
- [KeyAuth](https://github.com/hertz-contrib/keyauth/tree/main/example) 使用 KeyAuth 中间件的示例
- [Swagger](https://github.com/swaggo/gin-swagger/tree/master/example) 使用 Swagger 中间件的示例
- [Swagger](https://github.com/hertz-contrib/swagger/tree/main/example/basic) 使用 Swagger 中间件的示例
- [access log](https://github.com/hertz-contrib/logger/tree/main/accesslog/example) 使用 access log 中间件的示例
- [Secure](https://github.com/hertz-contrib/secure/tree/main/example/custom) 使用 Secure 中间件的示例
- [Sentry](https://github.com/hertz-contrib/hertzsentry) 使用 Sentry 中间件的示例
Expand Down

0 comments on commit b27f164

Please sign in to comment.