File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change 84
84
# so those link results in a 404.
85
85
# wiki.centos.org has been flaky.
86
86
# sourceforge.net is giving a 403 error, but is still accessible from the browser.
87
+ # links to release notes in jira give 401 error: unauthorized.
87
88
linkcheck_ignore = [
88
89
"https://github.com/mongodb/specifications/blob/master/source/server-discovery-and-monitoring/server-monitoring.md#requesting-an-immediate-check" ,
89
90
"https://github.com/mongodb/specifications/blob/master/source/transactions-convenient-api/transactions-convenient-api.md#handling-errors-inside-the-callback" ,
90
91
"https://github.com/mongodb/libmongocrypt/blob/master/bindings/python/README.rst#installing-from-source" ,
91
92
r"https://wiki.centos.org/[\w/]*" ,
92
93
r"https://sourceforge.net/" ,
94
+ r"https://jira\.mongodb\.org/secure/ReleaseNote\.jspa.*" ,
93
95
]
94
96
95
97
# Allow for flaky links.
You can’t perform that action at this time.
0 commit comments