chore(docs): Fix broken links in README files
This commit is contained in:
parent
3e9ce6f5f1
commit
ffcdfa8443
|
@ -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
|
||||
|
||||
|
|
|
@ -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 <token>`
|
||||
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).
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
Fix broken links in README files (#1976)
|
Loading…
Reference in New Issue