referencing the new location of the repo

Change-Id: Idd8dc50a9f16f87d800b8bbc810d1ad1169af0e5
diff --git a/README.md b/README.md
index 0ce5cda..e04488b 100644
--- a/README.md
+++ b/README.md
@@ -54,7 +54,7 @@
 The `voltha` script can be run without cloning the complete repository. To do
 so, download the script and run it.
 ```bash
-curl -sSL https://raw.githubusercontent.com/ciena/kind-voltha/master/voltha --output ./voltha
+curl -sSL https://raw.githubusercontent.com/opencord/kind-voltha/master/voltha --output ./voltha
 chmod +x ./voltha
 DEPLOY_K8S=y WITH_BBSIM=y WITH_RADIUS=y CONFIG_SADIS=y  ./voltha up
 ```