From b83e257ab4cf2ca44f9309463de3b9a5a9caa5f7 Mon Sep 17 00:00:00 2001 From: Santiago sacuna Date: Wed, 26 Jul 2023 07:56:32 -0300 Subject: [PATCH] Fix libraries link in API documentation (#258) The content in the README was apparently moved in https://github.com/LemmyNet/lemmy/commit/050216eed97380c8c1682ba065cf5e62f0961934 Co-authored-by: ziflit --- src/contributors/04-api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/contributors/04-api.md b/src/contributors/04-api.md index b4d07a1..6409df7 100644 --- a/src/contributors/04-api.md +++ b/src/contributors/04-api.md @@ -1,6 +1,6 @@ ## API -Lemmy has an HTTP API for clients and frontends. See the [API documentation](/api) for more information. Instead of using the API directly you can use one of the existing [libraries](https://github.com/LemmyNet/lemmy#libraries). You can either interact with a local development instance via `http://localhost:8536`, or connect to a production instance. The following instances are available for testing purposes: +Lemmy has an HTTP API for clients and frontends. See the [API documentation](/api) for more information. Instead of using the API directly you can use one of the existing [libraries](https://github.com/dbeley/awesome-lemmy#libraries). You can either interact with a local development instance via `http://localhost:8536`, or connect to a production instance. The following instances are available for testing purposes: - https://enterprise.lemmy.ml/ - https://ds9.lemmy.ml/