File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change 8282
8383# Options for link checking
8484# The anchors on the rendered markdown page are created after the fact,
85- # so this link results in a 404.
85+ # so those link results in a 404.
86+ # wiki.centos.org has been flakey.
87+ # sourceforge.net is giving a 403 error, but is still accessible from the browser.
8688linkcheck_ignore = [
8789 "https://github.com/mongodb/specifications/blob/master/source/server-discovery-and-monitoring/server-monitoring.rst#requesting-an-immediate-check" ,
8890 "https://github.com/mongodb/libmongocrypt/blob/master/bindings/python/README.rst#installing-from-source" ,
8991 r"https://wiki.centos.org/[\w/]*" ,
92+ r"http://sourceforge.net/" ,
9093]
9194
9295# -- Options for extensions ----------------------------------------------------
You can’t perform that action at this time.
0 commit comments