From 1a58ef5c434979e769d50b39a4711f0b0283a9bf Mon Sep 17 00:00:00 2001 From: luruichao <110596971+chaoranz758@users.noreply.github.com> Date: Wed, 13 Mar 2024 11:57:26 +0800 Subject: [PATCH] fix: fix swagger wrong link (#133) --- README.md | 2 +- README_CN.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 272f150f..e966d0db 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/README_CN.md b/README_CN.md index ecb7b9ae..35861d62 100644 --- a/README_CN.md +++ b/README_CN.md @@ -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 中间件的示例