Change domain from opencord.org to lfbroadband.org
We have moved all sites from the opencord.org domain to
lfbroadband.org (except wiki/Jira, which are now hosted on Atlassian
Cloud).
Signed-off-by: Eric Ball <eball@linuxfoundation.org>
Change-Id: I9624ae92e9c193fa2d2fac9ab30ad108a812306e
diff --git a/howto/release/tasks/charts.rst b/howto/release/tasks/charts.rst
index c6b70aa..f0a4fcb 100644
--- a/howto/release/tasks/charts.rst
+++ b/howto/release/tasks/charts.rst
@@ -7,7 +7,7 @@
:caption: Update helm charts for deployed VOLTHA and ONOS artifacts
# clone repo:voltha-helm-charts
- % git clone "ssh://gerrit.opencord.org:29418/voltha-helm-charts.git"
+ % git clone "ssh://gerrit.lfbroadband.org:29418/voltha-helm-charts.git"
% cd voltha-helm-charts
# Gather files to edit
diff --git a/howto/release/tasks/go_mod_update.rst b/howto/release/tasks/go_mod_update.rst
index 171046f..37f72f3 100644
--- a/howto/release/tasks/go_mod_update.rst
+++ b/howto/release/tasks/go_mod_update.rst
@@ -13,7 +13,7 @@
.. code-block:: shell-session
:caption: Update copyrigth notice ending date.
- % git clone ssh://gerrit.opencord.org:29418/ofagent-go.git
+ % git clone ssh://gerrit.lfbroadband.org:29418/ofagent-go.git
% cd ofagent-go
# ---------------------------------------
diff --git a/howto/release/tasks/golang_gofmt_syntax.rst b/howto/release/tasks/golang_gofmt_syntax.rst
index c34e2de..fb3d04e 100644
--- a/howto/release/tasks/golang_gofmt_syntax.rst
+++ b/howto/release/tasks/golang_gofmt_syntax.rst
@@ -8,7 +8,7 @@
.. code-block:: shell-session
:caption: Golang source formatting
- % git clone ssh://gerrit.opencord.org:29418/voltha-lib-go.git
+ % git clone ssh://gerrit.lfbroadband.org:29418/voltha-lib-go.git
% cd voltha-lib-go
% make sterile