[VOL-5362] Fix extlinks in Voltha 2.12 relnotes
Signed-off-by: Eric Ball <eball@linuxfoundation.org>
Change-Id: I11bd25cf8b1a743b210389686c74fef811169a4b
diff --git a/sphinx_conf/linkcheck_ignore.py b/sphinx_conf/linkcheck_ignore.py
index 0783de5..562c448 100644
--- a/sphinx_conf/linkcheck_ignore.py
+++ b/sphinx_conf/linkcheck_ignore.py
@@ -70,7 +70,7 @@
r'https://github.com/opencord/voltha-protos/blob/master/protos/voltha_protos/extensions.proto#L259',
# (voltha-openonu-adapter-go/docs/PM_Notes: line 311) broken https://github.com/opencord/voltha-protos/blob/master/protos/voltha_protos/extensions.proto#L157 - Anchor 'L157' not found
- r'https://github.com/opencord/voltha-protos/blob/master/protos/voltha_protos/extensions.proto#L157',
+ r'https://github.com/opencord/voltha-protos/blob/master/protos/voltha_protos/extensions.proto#L157',
# (voltha-openonu-adapter-go/docs/ONU_Upgrade_Notes: line 69) broken https://github.com/opencord/voltha-protos/blob/v4.0.11/protos/voltha_protos/device.proto#L106 - Anchor 'L106' not found
r'https://github.com/opencord/voltha-protos/blob/v4.0.11/protos/voltha_protos/device.proto#L106',
@@ -87,10 +87,15 @@
# (testing/voltha_test_automation: line 20) broken
r'https://jenkins.opencord.org/view/voltha-soak/',
- ## HMMMM: Why are sphinx template substitutions barfing for urls ?
- # (release_notes/voltha_2.12: line 658) broken
- r'https://mvnrepository.com/artifact/org.opencord',
-
+ # (testing/certification: line 5) broken
+ # This page no longer exists. A note has been added to the page.
+ r'https://opennetworking.org/marketplace/.*',
+
+ # (overview/contributing: line 51) broken
+ # Page exists, but certificate is no longer good. This wiki is deprecated,
+ # and doesn't seem to be in regular use anymore. References should be removed.
+ r'https://wiki.onosproject.org/.*',
+
])
# [SEE ALSO]