Skip to content

Commit 6083351

Browse files
authored
linkcheck: Expand another GitHub shorthand issue reference (#11864)
1 parent 5211c01 commit 6083351

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

sphinx/builders/linkcheck.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -467,7 +467,8 @@ def _check_uri(self, uri: str, hyperlink: Hyperlink) -> tuple[str, str, int]:
467467
"'linkcheck_allow_unauthorized' config option to "
468468
"``True``."
469469
"\n"
470-
"See sphinx-doc/sphinx#11433 for details."
470+
"See https://github.com/sphinx-doc/sphinx/issues/11433 "
471+
"for details."
471472
"\n---"
472473
)
473474
warnings.warn(deprecation_msg, RemovedInSphinx80Warning, stacklevel=1)

0 commit comments

Comments
 (0)