From ffcdfa8443f5f4113676c8ad85fdf17c7367002d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ciar=C3=A1n=20Ainsworth?= Date: Thu, 11 May 2023 00:28:23 +0200 Subject: [PATCH] chore(docs): Fix broken links in README files --- README.md | 4 ++-- api/Readme.md | 6 +++--- changes/changelog.d/1976.doc | 1 + 3 files changed, 6 insertions(+), 5 deletions(-) create mode 100644 changes/changelog.d/1976.doc diff --git a/README.md b/README.md index 14dde4835..bb0f48091 100644 --- a/README.md +++ b/README.md @@ -10,8 +10,8 @@ Want to help make Funkwhale even better? We welcome contributions from across th You can find contribution information in our [documentation hub](https://docs.funkwhale.audio). -- [Developer guides](https://docs.funkwhale.audio/developers/index.html) -- [Contributor guides](https://docs.funkwhale.audio/contributing.html) +- [Developer guides](https://docs.funkwhale.audio/developer/index.html) +- [Contributor guides](https://docs.funkwhale.audio/contributor/index.html) ## Get help diff --git a/api/Readme.md b/api/Readme.md index 005368b99..6a9fe0ab1 100644 --- a/api/Readme.md +++ b/api/Readme.md @@ -15,7 +15,7 @@ To authenticate with the Funkwhale API: 4. Use your access token to authenticate your calls with the following format: `Authorization: Bearer ` 5. Refresh your access token by sending a refresh request to `/api/v1/oauth/token` -For more detailed instructions, see [our API authentication documentation](https://docs.funkwhale.audio/developers/authentication.html). +For more detailed instructions, see [our API authentication documentation](https://docs.funkwhale.audio/developer/api/authentication.html). ## Application token authentication @@ -32,8 +32,8 @@ Each API call returns HTTP headers to pass the following information: - How many more requests in the scope can be made within the rate-limit timeframe (`X-RateLimit-Remaining`) - How much time does the client need to wait to send another request (`Retry-After`) -For more information, check our [rate limit documentation](https://docs.funkwhale.audio/admin/configuration.html#api-configuration) +For more information, check our [rate limit documentation](https://docs.funkwhale.audio/develop/administrator/configuration/env-file.html#api-configuration) ## Resources -For more information about API usage, refer to [our API documentation](https://docs.funkwhale.audio/api.html). +For more information about API usage, refer to [our API documentation](https://docs.funkwhale.audio/developer/api/index.html). diff --git a/changes/changelog.d/1976.doc b/changes/changelog.d/1976.doc new file mode 100644 index 000000000..ebb102727 --- /dev/null +++ b/changes/changelog.d/1976.doc @@ -0,0 +1 @@ +Fix broken links in README files (#1976)