AETHER-2283 Updates for release 1.5

Change-Id: Ied4329567e59ee9bd93293f48e70720d3ba591e5
diff --git a/developer/aiab.rst b/developer/aiab.rst
index 602ebdf..d1eca38 100644
--- a/developer/aiab.rst
+++ b/developer/aiab.rst
@@ -52,7 +52,7 @@
     cd ~/cord
     git clone https://github.com/atomix/atomix-helm-charts.git
     git clone https://github.com/onosproject/onos-helm-charts.git
-    git clone https://github.com/onosproject/sdran-helm-charts.git  # Private repo
+    git clone "ssh://<username>@gerrit.opencord.org:29418/roc-helm-charts"
 
 Now change to *~/aether-in-a-box* directory.
 
@@ -96,9 +96,9 @@
 
     CHARTS=latest make roc-4g-models
 
-To install the Aether 1.5 release candidate version, add *CHARTS=rc-1.5*::
+To install the Aether 1.5 release, add *CHARTS=release-1.5*::
 
-    CHARTS=rc-1.5 make roc-4g-models
+    CHARTS=release-1.5 make roc-4g-models
 
 Start the 4G SD-CORE
 --------------------
@@ -115,9 +115,9 @@
 
     CHARTS=latest make test
 
-To install the Aether 1.5 release candidate version, add *CHARTS=rc-1.5*::
+To install the Aether 1.5 release, add *CHARTS=release-1.5*::
 
-    CHARTS=rc-1.5 make test
+    CHARTS=release-1.5 make test
 
 Start the 5G SD-CORE
 --------------------
@@ -135,9 +135,9 @@
 
     CHARTS=latest make 5gc
 
-To install the Aether 1.5 release candidate version, add *CHARTS=rc-1.5*::
+To install the Aether 1.5 release, add *CHARTS=release-1.5*::
 
-    CHARTS=rc-1.5 make 5gc
+    CHARTS=release-1.5 make 5gc
 
 You can use *gnbsim* to test 5G functionality.  For example, to run the 5G user registration::
 
diff --git a/developer/roc.rst b/developer/roc.rst
index edbe093..42a0e7f 100644
--- a/developer/roc.rst
+++ b/developer/roc.rst
@@ -274,7 +274,7 @@
 When deploying ROC with the ``aether-roc-umbrella`` chart, secure mode can be enabled by
 specifying an OpenID Connect (OIDC) issuer like::
 
-    helm -n micro-onos install aether-roc-umbrella sdran/aether-roc-umbrella \
+    helm -n micro-onos install aether-roc-umbrella aether/aether-roc-umbrella \
         --set onos-config.openidc.issuer=http://dex-ldap-umbrella:5556 \
         --set aether-roc-gui-v3.openidc.issuer=http://dex-ldap-umbrella:5556