doc: update See Declarative Comments Format URL (#212)

This commit is contained in:
liaol 2022-05-20 21:28:17 +08:00 committed by GitHub
parent eb1f2ffcfc
commit de2344d4fd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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