From 251774fdc1761594a3edaac2448cf5247c93fdb2 Mon Sep 17 00:00:00 2001
From: Moul <moul@moul.re>
Date: Tue, 31 Jan 2017 21:18:02 +0100
Subject: [PATCH] [enh] readme: update API's doc link. Add link to current
 documentation.

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

diff --git a/README.md b/README.md
index c7f5ec52..b369a86d 100644
--- a/README.md
+++ b/README.md
@@ -19,8 +19,9 @@ A python implementation of [duniter](https://github.com/duniter/duniter) API
 You can install duniter-python-api and all its dependencies via the following pip install :
 `pip install duniterpy`
 
-Please take a look at the document [HTTP API](https://github.com/duniter/duniter/blob/master/doc/HTTP_API.md) to learn about the API.
+Please take a look at the document [HTTP API](https://github.com/duniter/duniter-bma/blob/master/doc/API.md) to learn about the API.
 
 ## Documentation
 
+- [Documentation](https://github.com/duniter/duniter-python-api/wiki)
 - [Outdated documentation](https://ucoin-python-api.readthedocs.io/en/latest)
-- 
GitLab