File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -291,10 +291,10 @@ def do_not_plot(*args, **kwargs):
291291 r'https?://github\.com/[^/]+/[^/]+\#' ,
292292 # Many links for PRs from our release notes. Slow and unlikely to cause issues.
293293 'https://github.com/scipp/scipp/pull/[0-9]+' ,
294- # This returns '403 Forbidden' but the link works in a browser.
295- 'https://opensource.org/licenses/BSD-3-Clause' ,
296- # We get 403 Forbidden for this for some reason; works in a browser, though.
297- 'https://support.orcid .org/hc/en-us/articles/360006897674-Structure-of-the-ORCID-Identifier ' ,
294+ # These return '403 Forbidden':
295+ r 'https://opensource\ .org/licenses/BSD-3-Clause' ,
296+ r'https://support\.orcid\.org/hc/en-us/articles/360006897674-Structure-of-the-ORCID-Identifier' ,
297+ r 'https://www\.iucr\ .org' ,
298298 # Linkcheck seems to be denied access by some DOI resolvers.
299299 # Since DOIs are supposed to be permanent, we don't need to check them.'
300300 r'https://doi\.org/' ,
You can’t perform that action at this time.
0 commit comments