From 314dda196ee247915cf989f5b7e0f413726336c5 Mon Sep 17 00:00:00 2001 From: tobi <31960611+tsmethurst@users.noreply.github.com> Date: Sat, 4 Nov 2023 16:48:13 +0100 Subject: [PATCH] [docs/bugfix] fix link to swagger yaml (#2333) --- docs/api/swagger.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api/swagger.md b/docs/api/swagger.md index 2f6727215..c31d6185a 100644 --- a/docs/api/swagger.md +++ b/docs/api/swagger.md @@ -4,6 +4,6 @@ GoToSocial uses [go-swagger](https://github.com/go-swagger/go-swagger) to genera The resulting API documentation is rendered below, for quick reference. -If you'd like to do more with the spec, you can also view the [swagger.yaml](/api/swagger/swagger.yaml) directly, and then paste it into something like the [Swagger Editor](https://editor.swagger.io/) in order to autogenerate GoToSocial API clients in different languages, convert the doc to JSON or OpenAPI v3 specification, etc. See [here](https://swagger.io/tools/open-source/getting-started/) for more. +If you'd like to do more with the spec, you can also view the [swagger.yaml](./swagger.yaml) directly, and then paste it into something like the [Swagger Editor](https://editor.swagger.io/) in order to autogenerate GoToSocial API clients in different languages, convert the doc to JSON or OpenAPI v3 specification, etc. See [here](https://swagger.io/tools/open-source/getting-started/) for more.