Skip to content

Commit

Permalink
fix: fix hertz swagger link (#1028)
Browse files Browse the repository at this point in the history
  • Loading branch information
chaoranz758 authored Mar 13, 2024
1 parent d2413da commit 87a07d2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion content/en/docs/hertz/tutorials/example/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ Hertz provides a series of code examples designed to help users get start with H
- [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 content/zh/docs/hertz/tutorials/example/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ Hertz 提供了一系列示例代码旨在帮助用户快速上手 Hertz 并了
- [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 87a07d2

Please sign in to comment.