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