linkcheck: Expand another GitHub shorthand issue reference (#11864)

This commit is contained in:
James Addison 2024-01-09 13:14:05 +00:00 committed by GitHub
parent 5211c01646
commit 6083351320
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -467,7 +467,8 @@ class HyperlinkAvailabilityCheckWorker(Thread):
"'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)