diff --git a/README.md b/README.md
index 5310e9cf66e05343a1bb813f5b46da397c4ccd59..1442076df97bba6a4c8e18f3c01a707816be14e6 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.