Skip to content

Commit aef4271

Browse files
authored
Merge pull request #3351 from dopplershift/fix-link
Update allowed redirect for conda docs
2 parents 059cc1a + 646e753 commit aef4271

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -447,7 +447,7 @@
447447
# Dictionary of URL redirects allowed
448448
linkcheck_allowed_redirects = {
449449
r'https://pint\.readthedocs\.io': r'https://pint\.readthedocs\.io/en/stable/',
450-
r'https://conda.io/docs/': r'https://conda.io/en/latest/',
450+
r'https://conda.io/docs/': r'https://conda.io/projects/conda/en/latest/',
451451
r'https://github.com/Unidata/MetPy/issues/new/choose': r'https://github.com/login.*choose',
452452
r'https://doi.org/.*': r'https://.*',
453453
r'https://gitter.im/Unidata/MetPy': r'https://app.gitter.im/.*MetPy.*',

0 commit comments

Comments
 (0)