You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I've come across the same problem that cocoatomo reported and checked some pages of all translated docs.
The current master code works fine when I've clicked the link at the top of bugs.html of the English doc.
got 404 at the other language docs.
I've checked the HTML at https://docs.python.org/ja/3/bugs.html and the broken link is <a href="../index.html">Documentation</a>. The URL format of the bugs.html is like https://docs.python.org/{language}/3/bugs.html while the English doc URL is https://docs.python.org/3/bugs.html. This is why I got 404 except English doc.
As I haven't checked all pages yet so this is just a guess for now: when you click the URL at the top of the page in doc(except English), it fails in case that the URL format doesn't match https://docs.python.org/3/{some_directory}/{some_page}.html format. If this is true you'll get 404 when you clicked the link from about.html, bugs.html, search.html, py-modindex.html, genindex.html, contents.html, glossary.html, license.html and copyright.html, too.
I also clicked the link (of the breadcrumb list) at the bottom of the bugs.html, I don't get the 404 at the all language docs.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
https://bugs.python.org/issue41812