Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork32.1k
GH-103484: Fix permanently redirects reported by linkcheck#124144
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 ourterms of service andprivacy 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
Uh oh!
There was an error while loading.Please reload this page.
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.
Uh oh!
There was an error while loading.Please reload this page.
Head branch was pushed to by a user without write access
rffontenelle commentedSep 17, 2024 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
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. |
0a32c69
intopython:mainUh oh!
There was an error while loading.Please reload this page.
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 commit0a32c69)Co-authored-by: Rafael Fontenelle <rffontenelle@users.noreply.github.com>
GH-124151 is a backport of this pull request to the3.13 branch. |
…honGH-124144)Fix redirects reported by linkcheck, update docs conf.py checks.(cherry picked from commit0a32c69)Co-authored-by: Rafael Fontenelle <rffontenelle@users.noreply.github.com>
GH-124152 is a backport of this pull request to the3.12 branch. |
…honGH-124144)Fix redirects reported by linkcheck, update docs conf.py checks.
Uh oh!
There was an error while loading.Please reload this page.
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/