mirror of
https://github.com/portainer/portainer.git
synced 2026-06-23 04:40:13 +00:00
docs(contributing): fix reversed markdown link syntax for swag docs [DEV-89] (#2841)
Co-authored-by: ferreiraborgesaxel-design <ferreiraborgesaxel-design@users.noreply.github.com>
This commit is contained in:
+1
-1
@@ -147,7 +147,7 @@ When adding a new route to an existing handler use the following as a template (
|
|||||||
// @router /{id} [get]
|
// @router /{id} [get]
|
||||||
```
|
```
|
||||||
|
|
||||||
explanation about each line can be found (here)[https://github.com/swaggo/swag#api-operation]
|
explanation about each line can be found [here](https://github.com/swaggo/swag#api-operation)
|
||||||
|
|
||||||
After changing these annotations, regenerate the TypeScript API client and types — see [Generating API types](./README.md#generating-api-types).
|
After changing these annotations, regenerate the TypeScript API client and types — see [Generating API types](./README.md#generating-api-types).
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user