Fix git clone urls

Change-Id: I62ad4b87d27304b63fa544b7b29492c3ec21afe5
diff --git a/VERSION b/VERSION
index 227cea2..38f77a6 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-2.0.0
+2.0.1
diff --git a/developer/aiab.rst b/developer/aiab.rst
index ce4815c..096ffb8 100644
--- a/developer/aiab.rst
+++ b/developer/aiab.rst
@@ -35,7 +35,7 @@
 To initialize the AiaB environment, first clone the following repository::
 
     cd ~
-    git clone "https://gerrit.opencord.org:29418/aether-in-a-box"
+    git clone "https://gerrit.opencord.org/aether-in-a-box"
 
 If you are going to install AiaB using published Helm charts, you can proceed to the
 next section.
@@ -44,8 +44,8 @@
 
     mkdir -p ~/cord
     cd ~/cord
-    git clone "https://gerrit.opencord.org:29418/sdcore-helm-charts"
-    git clone "https://gerrit.opencord.org:29418/roc-helm-charts"
+    git clone "https://gerrit.opencord.org/sdcore-helm-charts"
+    git clone "https://gerrit.opencord.org/roc-helm-charts"
 
 Now change to *~/aether-in-a-box* directory.