From 91840b8763b0ca3df43ec8c779ac0426b43fa1ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ciar=C3=A1n=20Ainsworth?= Date: Wed, 16 Aug 2023 16:50:10 +0200 Subject: [PATCH] docs: resolve broken links Part-of: --- CONTRIBUTING.md | 2 +- README.md | 2 +- api/Readme.md | 2 +- docs/redirects.txt | 3 +++ 4 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 168456188..8ec7c2bdb 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -8,7 +8,7 @@ The Funkwhale software is the core of the community project. While we have a cor Funkwhale's backend is written in [Python](https://www.python.org/) using [Django](https://www.djangoproject.com) and [Django REST framework](https://www.django-rest-framework.org/). Our web app is written in [Vue.js](https://vuejs.org/) and [Typescript](https://typescriptlang.org). -Whether you're an experienced developer or you're just learning, check out our [developer guide](https://docs.funkwhale.audio/developers/index.html) to get started. +Whether you're an experienced developer or you're just learning, check out our [developer guide](https://docs.funkwhale.audio/developer/index.html) to get started. ## Document Funkwhale diff --git a/README.md b/README.md index 14dde4835..361e9a1fc 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ 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) +- [Developer guides](https://docs.funkwhale.audio/developer/index.html) - [Contributor guides](https://docs.funkwhale.audio/contributing.html) ## Get help diff --git a/api/Readme.md b/api/Readme.md index 005368b99..6ed9a57fc 100644 --- a/api/Readme.md +++ b/api/Readme.md @@ -32,7 +32,7 @@ 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/developer/api/rate-limit.html) ## Resources diff --git a/docs/redirects.txt b/docs/redirects.txt index 1203aae41..7d4074b9b 100644 --- a/docs/redirects.txt +++ b/docs/redirects.txt @@ -54,3 +54,6 @@ translators.html, ../contributor/translation.html federation.html, ../developer/federation/index.html upgrading.html, ../administrator/upgrade/index.html administrator_documentation/upgrade_docs/docker.html, ../../administrator/upgrade/docker.html +upgrading/0.17.html, ../user/libraries/index.html +admin/external-storages.html, ../../administrator/configuration/object-storage.html +admin/external-storage.html#no-resolver-found, ../../administrator/configuration/object-storage.html#troubleshooting