-
-
Notifications
You must be signed in to change notification settings - Fork 30.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
GH-103484: Fix permanently redirects reported by linkcheck #124144
GH-103484: Fix permanently redirects reported by linkcheck #124144
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
all new URLs validated vs old for redirects.
Head branch was pushed to by a user without write access
Added a ignore rule for discuss.python.org URL and undid the change in library/os.rst, to avoid this and future redirects caused by title text change. |
Thanks @rffontenelle for the PR, and @gpshead for merging it 🌮🎉.. I'm working now to backport this PR to: 3.12, 3.13. |
…honGH-124144) Fix redirects reported by linkcheck, update docs conf.py checks. (cherry picked from commit 0a32c69) Co-authored-by: Rafael Fontenelle <rffontenelle@users.noreply.github.com>
GH-124151 is a backport of this pull request to the 3.13 branch. |
…honGH-124144) Fix redirects reported by linkcheck, update docs conf.py checks. (cherry picked from commit 0a32c69) Co-authored-by: Rafael Fontenelle <rffontenelle@users.noreply.github.com>
GH-124152 is a backport of this pull request to the 3.12 branch. |
…honGH-124144) Fix redirects reported by linkcheck, update docs conf.py checks.
This is another patch required to fix the current state of
make linkcheck
in Python Docs. This pull request fixes occurrences of "redirected permanently" as reported bymake linkcheck
.Please backport to 3.13 and 3.12 branches.
See below the linkcheck occurrences this PR handles:
Add or remove 'www'
http to https
URL path change
Domain name change
www.openssl.org/docs to docs.openssl.org
pypi.org package URL normalization
Expanding discuss.python.org URL
Website unavailable (remove or use wayback machine)
Changes done by the bots (separated for avoid confusion)
📚 Documentation preview 📚: https://cpython-previews--124144.org.readthedocs.build/