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/checklist.rst b/howto/release/checklist.rst
index a2959c0..aab010f 100644
--- a/howto/release/checklist.rst
+++ b/howto/release/checklist.rst
@@ -25,7 +25,7 @@
 -------------------
 
 - Create release branch voltha-X.YY in each repository.
-- Update .gitreview, assign `defaultbranch=voltha-2.12 <https://gerrit.opencord.org/c/pod-configs/+/33941/2/.gitreview>`_.
+- Update .gitreview, assign `defaultbranch=voltha-2.12 <https://gerrit.lfbroadband.org/c/pod-configs/+/33941/2/.gitreview>`_.
 
 Release Builds
 --------------
@@ -38,7 +38,7 @@
 Packages
 --------
 
-- Package `aaa <https://gerrit.opencord.org/c/aaa/+/33599>`_
+- Package `aaa <https://gerrit.lfbroadband.org/c/aaa/+/33599>`_
 
   - Versions
 
@@ -47,16 +47,16 @@
 
   - DEPS: sadis
 
-- Package `sadis <https://gerrit.opencord.org/plugins/gitiles/sadis/>`_
+- Package `sadis <https://gerrit.lfbroadband.org/plugins/gitiles/sadis/>`_
 
   - Versions
 
-    - `New: 5.11.1-SNAPSHOT <https://gerrit.opencord.org/plugins/gitiles/sadis/+/refs/heads/master/pom.xml#30>`_
+    - `New: 5.11.1-SNAPSHOT <https://gerrit.lfbroadband.org/plugins/gitiles/sadis/+/refs/heads/master/pom.xml#30>`_
     - `Old: (5.10.0) <https://central.sonatype.com/artifact/org.opencord/sadis/5.10.0?smo=true>`_
 
   - VCS
 
-    - `gerrit <https://gerrit.opencord.org/plugins/gitiles/sadis/+/refs/tags/5.11.0>`_
+    - `gerrit <https://gerrit.lfbroadband.org/plugins/gitiles/sadis/+/refs/tags/5.11.0>`_
     - `github <https://github.com/opencord/sadis/tree/5.10.0>`_
 
   - DEPS:
@@ -73,7 +73,7 @@
 ^^^^^^^^^^^^
 
 Once dependent packages are built update helm charts:  charts/index
-- Verify by `installation <https://gerrit.opencord.org/plugins/gitiles/voltha-helm-charts>`_
+- Verify by `installation <https://gerrit.lfbroadband.org/plugins/gitiles/voltha-helm-charts>`_
 
 .. code:: bash
 
@@ -93,10 +93,10 @@
 Verify DT & TT
 ^^^^^^^^^^^^^^
 
-`deploying-a-different-workflow <https://gerrit.opencord.org/plugins/gitiles/voltha-helm-charts#deploying-a-different-workflow>`_
+`deploying-a-different-workflow <https://gerrit.lfbroadband.org/plugins/gitiles/voltha-helm-charts#deploying-a-different-workflow>`_
 
 Update
-https://gerrit.opencord.org/plugins/gitiles/voltha-helm-charts/+/refs/heads/master/voltha-stack/Chart.yaml
+https://gerrit.lfbroadband.org/plugins/gitiles/voltha-helm-charts/+/refs/heads/master/voltha-stack/Chart.yaml
 
 
 Misc
@@ -106,7 +106,7 @@
 
    helm upgrade --install -n voltha bbsim0 onf/bbsim --set olt_id=10
 
-   # https://gerrit.opencord.org/plugins/gitiles/voltha-helm-charts#deploying-a-different-workflow
+   # https://gerrit.lfbroadband.org/plugins/gitiles/voltha-helm-charts#deploying-a-different-workflow
    kubectl get pods --all-namespaces
 
 
@@ -121,7 +121,7 @@
    :hilight: 2, 4
 
    # Clone repo:voltha-go
-   git clone ssh://gerrit.opencord.org:29418/voltha-go.git
+   git clone ssh://gerrit.lfbroadband.org:29418/voltha-go.git
 
    cd voltha-go
    make help
@@ -167,7 +167,7 @@
    * - make mod-update
      - Update go mod files
 
-Review `voltha-helm-charts <https://gerrit.opencord.org/plugins/gitiles/voltha-helm-charts>`_
+Review `voltha-helm-charts <https://gerrit.lfbroadband.org/plugins/gitiles/voltha-helm-charts>`_
 
 Release voltha-protos & friends in order
 ----------------------------------------