From 6782bcef9c1915764a8d413111a959d497519784 Mon Sep 17 00:00:00 2001 From: lynkas Date: Fri, 24 Sep 2021 20:10:22 +0800 Subject: [PATCH] Fix link in Chinese introduction --- README_zh-CN.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README_zh-CN.md b/README_zh-CN.md index 72e22636d..976ae1b5c 100644 --- a/README_zh-CN.md +++ b/README_zh-CN.md @@ -292,7 +292,7 @@ func (c *Controller) ListAccounts(ctx *gin.Context) { swag init ``` -4. 运行程序,然后在浏览器中访问 http://localhost:8080/swagger/index.html。将看到Swagger 2.0 Api文档,如下所示: +4. 运行程序,然后在浏览器中访问 http://localhost:8080/swagger/index.html 。将看到Swagger 2.0 Api文档,如下所示: ![swagger_index.html](https://raw.githubusercontent.com/swaggo/swag/master/assets/swagger-image.png)