From de2344d4fd12b82583380e15cfba3779325d3194 Mon Sep 17 00:00:00 2001 From: liaol <5674087+liaol@users.noreply.github.com> Date: Fri, 20 May 2022 21:28:17 +0800 Subject: [PATCH] doc: update See Declarative Comments Format URL (#212) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fb34982..5f0bbc7 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ gin middleware to automatically generate RESTful API documentation with Swagger ### Start using it -1. Add comments to your API source code, [See Declarative Comments Format](https://swaggo.github.io/swaggo.io/declarative_comments_format/). +1. Add comments to your API source code, [See Declarative Comments Format](https://github.com/swaggo/swag/blob/master/README.md#declarative-comments-format). 2. Download [Swag](https://github.com/swaggo/swag) for Go by using: ```sh