From 312d389f560dfb051c8d006c9a1e0cf22e1473f8 Mon Sep 17 00:00:00 2001
From: eal <eal@waifu.club>
Date: Tue, 14 Nov 2017 16:15:03 +0200
Subject: [PATCH] Add links to API documentation.

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index cb91f0b48..ff98ae1c7 100644
--- a/README.md
+++ b/README.md
@@ -4,7 +4,7 @@
 
 Pleroma is an OStatus-compatible social networking server written in Elixir, compatible with GNU Social and Mastodon. It is high-performance and can run on small devices like a Raspberry Pi.
 
-For clients it supports both the GNU Social API with Qvitter extensions and the Mastodon client API.
+For clients it supports both the [GNU Social API with Qvitter extensions](https://twitter-api.readthedocs.io/en/latest/index.html) and the [Mastodon client API](https://github.com/tootsuite/documentation/blob/master/Using-the-API/API.md).
 
 Mobile clients that are known to work well:
 
-- 
GitLab