From dfb289ad43e77adeed7b94515a0eebf064da5ed6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ciar=C3=A1n=20Ainsworth?= Date: Thu, 11 May 2023 00:29:41 +0200 Subject: [PATCH] Remove develop subpath --- api/Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/Readme.md b/api/Readme.md index 6a9fe0ab1..787024324 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/develop/administrator/configuration/env-file.html#api-configuration) +For more information, check our [rate limit documentation](https://docs.funkwhale.audio/administrator/configuration/env-file.html#api-configuration) ## Resources