Clean up broken links
This includes:
* Update Jira links to lf-broadband.atlassian.net
* Remove references to CLA
* Fix a typo
* Simplify Gerrit login URL
* Add new ignores for problematic URLs
Signed-off-by: Eric Ball <eball@linuxfoundation.org>
Change-Id: If1ddf63a26419e8b17c7a5c213746d27d4b11cc5
diff --git a/conf.py b/conf.py
index 2c1c986..19ee0bb 100644
--- a/conf.py
+++ b/conf.py
@@ -282,8 +282,8 @@
# 'vhc' : 'https://gerrit.opencord.org/plugins/gitiles/voltha-helm-charts',
extlinks = {
- "vol-jira": ("https://jira.opencord.org/projects/VOL/issues/%s", "jira::%s"),
- "jira-browse": ("https://jira.opencord.org/browse/%s", "jira::%s"),
+ "vol-jira": ("https://lf-broadband.atlassian.net/projects/VOL/issues/%s", "jira::%s"),
+ "jira-browse": ("https://lf-broadband.atlassian.net/browse/%s", "jira::%s"),
# macros for gerrit or github URL construction
"repo": ("https://github.com/opencord/%s", "repo::%s"),
"vol-ger": ("https://gerrit.opencord.org/plugins/gitiles/%s", "gerrit::%s"),