From a3cb0b4f1ff0b35dfe66d5cd9c660b058f77f369 Mon Sep 17 00:00:00 2001
From: Caner Candan <caner@candan.fr>
Date: Sat, 4 Oct 2014 09:42:30 +0200
Subject: [PATCH] Update README.md

minor
---
 README.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index 5310e9cf..1442076d 100644
--- a/README.md
+++ b/README.md
@@ -1,10 +1,10 @@
 #ucoin-python-api
 
-A python implementation of [uCoin](https://github.com/c-geek/ucoin) API
+A python implementation of [uCoin](https://github.com/ucoin-io/ucoin) API
 
 ## Requirements
 
-In order to use the API, you have to first install the required dependencies given below thanks to pip3:
+In order to use the API, you have to first install the required dependencies given below thanks to pip:
  * requests
 
 ##Installation
@@ -48,4 +48,4 @@ Out[3]:
  'membersCount': 4}
 ```
 
-Please take a look at the document [HTTP API](https://github.com/c-geek/ucoin/blob/master/doc/HTTP_API.md) to learn about the API.
+Please take a look at the document [HTTP API](https://github.com/ucoin-io/ucoin/blob/master/doc/HTTP_API.md) to learn about the API.
-- 
GitLab