Skip to content

Commit

Permalink
linkcheck: Expand another GitHub shorthand issue reference (#11864)
Browse files Browse the repository at this point in the history
  • Loading branch information
jayaddison authored Jan 9, 2024
1 parent 5211c01 commit 6083351
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion sphinx/builders/linkcheck.py
Original file line number Diff line number Diff line change
Expand Up @@ -467,7 +467,8 @@ def _check_uri(self, uri: str, hyperlink: Hyperlink) -> tuple[str, str, int]:
"'linkcheck_allow_unauthorized' config option to "
"``True``."
"\n"
"See sphinx-doc/sphinx#11433 for details."
"See https://github.com/sphinx-doc/sphinx/issues/11433 "
"for details."
"\n---"
)
warnings.warn(deprecation_msg, RemovedInSphinx80Warning, stacklevel=1)
Expand Down

0 comments on commit 6083351

Please sign in to comment.