Fix milagro-crypto repository URL
diff --git a/README.md b/README.md
index 72c84f2..e1bc7cb 100644
--- a/README.md
+++ b/README.md
@@ -23,7 +23,7 @@
  > ./install.sh
 ```
 you can provide optional argument to the script <milagro-mfa-js-client-location> where this is an absolute path of
-the location `https://github.com/miracl/milagro-mfa-js-client` is downloaded.
+the location `https://github.com/apache/incubator-milagro-mfa-js-client` is downloaded.
 ```
  > ./install.sh <milagro-mfa-js-client-location>
 ```
@@ -70,11 +70,11 @@
 
 #### Building the Milagro Crypto Libraries
 
-Clone the [_milagro-crypto_ repository](https://github.com/miracl/milagro-crypto) 
+Clone the [_milagro-crypto_ repository](https://github.com/apache/incubator-milagro-crypto) 
 ```
-> git clone https://github.com/miracl/milagro-crypto.git
+> git clone https://github.com/apache/incubator-milagro-crypto.git milagro-crypto
 ``` 
-Follow the instructions for your platform from the milagro-crypto [README file](https://github.com/miracl/milagro-crypto/blob/master/README.md#build-instructions).
+Follow the instructions for your platform from the milagro-crypto [README file](https://github.com/apache/incubator-milagro-crypto/blob/master/README.md#build-instructions).
 
 #### Getting Credentials
 
diff --git a/install.sh b/install.sh
index 03df987..777bbf5 100755
--- a/install.sh
+++ b/install.sh
@@ -33,7 +33,7 @@
     echo "Get Milagro Crypto Libraries"
     mkdir -p install
     cd install || exit
-    git clone https://github.com/miracl/milagro-crypto.git
+    git clone https://github.com/apache/incubator-milagro-crypto.git milagro-crypto
 
     cd milagro-crypto || exit
 }