File tree 2 files changed +3
-2
lines changed
2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 72
72
re .escape (i )
73
73
for i in (
74
74
r"https://github.com/tox-dev/tox/issues/new?title=Trouble+with+development+environment" ,
75
- r"https://www.unix.org/version2/sample/abort.html" ,
76
75
r"https://porkbun.com/" , # has captcha on it that makes it return with 405
76
+ r"https://opensource.org/license/mit" ,
77
77
)
78
78
]
79
+ linkcheck_allowed_redirects = {r"https://github.com/tox-dev/tox/issues/\d+" : r"https://github.com/tox-dev/tox/pull/\d+" }
79
80
extlinks_detect_hardcoded_links = True
80
81
81
82
Original file line number Diff line number Diff line change @@ -308,7 +308,7 @@ codes with any value, so their documentation should be consulted.
308
308
309
309
Sometimes, no exit code is given at all. An example may be found in
310
310
:gh: `pytest-qt issue #170 <pytest-dev/pytest-qt/issues/170> `, where Qt was calling
311
- `abort() <https://www. unix.org/version2/sample/abort.html >`_ instead of ``exit() ``.
311
+ `abort() <https://unix.org/version2/sample/abort.html >`_ instead of ``exit() ``.
312
312
313
313
Access full logs
314
314
----------------
You can’t perform that action at this time.
0 commit comments