Bulk wiki url fix for 'make linkcheck'

howto/code/linting.rst
howto/elections/urls
howto/release/components/onos_components.rst
howto/release/preparation.rst
howto/release/voltha-docs/release_notes.rst
index.rst
overview/contributing.rst
overview/contributing/copyright.rst
release_notes/template.rst
release_notes/voltha_2.12.rst
---------------------------------------------
  o Wiki server attack rendered several doc links unusable.
  o Overhead for make linkcheck target is painful, 1-3 min timeout per URL.
  o Redirect broken URLs to wiki.opencord.org to avoid overhead.

Change-Id: I1a0045c4b71a936a55ff003b810cb7a1611a28a2
diff --git a/howto/code/linting.rst b/howto/code/linting.rst
index feea778..78f0ce1 100644
--- a/howto/code/linting.rst
+++ b/howto/code/linting.rst
@@ -131,7 +131,7 @@
 See Also
 --------
 
-- lint-doc8-all target dependency will create a `python virtual env <https://wiki.opennetworking.org/display/JOEY/PythonVenv>`_
+- lint-doc8-all target dependency will create a `python virtual env <https://wiki.opencord.org>`_
 - python 3.10+ requires `virtual env patching <https://gerrit.opencord.org/plugins/gitiles/voltha-docs/+/refs/heads/master/patches/>`_ (dynamic, applied when needed).
 - `makefiles/patches/include.mk <https://gerrit.opencord.org/plugins/gitiles/voltha-docs/+/refs/heads/master/makefiles-orig/patches/>`__
 
@@ -157,7 +157,7 @@
 
 Notes:
 
-- lint-flake8-all target dependency will create a `python virtual env <https://wiki.opennetworking.org/display/JOEY/PythonVenv>`_
+- lint-flake8-all target dependency will create a `python virtual env <https://wiki.opencord.org>`_
 - python 3.10+ requires `virtual env patching <https://gerrit.opencord.org/plugins/gitiles/voltha-docs/+/refs/heads/master/patches/>`_ (dynamic, applied when needed).
 - `makefiles/patches/include.mk <https://gerrit.opencord.org/plugins/gitiles/voltha-docs/+/refs/heads/master/makefiles-orig/patches/>`__
 
@@ -254,7 +254,7 @@
 Notes:
 
 - pylint the --py3k option is no longer supported by v3.10+
-- lint-pylint-all target dependency will create a `python virtual env <https://wiki.opennetworking.org/display/JOEY/PythonVenv>`_
+- lint-pylint-all target dependency will create a `python virtual env <https://wiki.opencord.org>`_
 - python 3.10+ requires `virtual env patching <https://gerrit.opencord.org/plugins/gitiles/voltha-docs/+/refs/heads/master/patches/>`_ (dynamic, applied when needed).
 
 |