Skip to content
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

Links on topic pages are broken #2655

Closed
dstufft opened this issue Jun 18, 2022 · 1 comment · Fixed by #2658
Closed

Links on topic pages are broken #2655

dstufft opened this issue Jun 18, 2022 · 1 comment · Fixed by #2658
Assignees
Labels
bug infra Core infrastructure for building and rendering PEPs

Comments

@dstufft
Copy link
Member

dstufft commented Jun 18, 2022

If you go to a page like https://peps.python.org/topic/packaging/ and try to click on any of the PEPs, you get a github 404, and the URL is https://peps.python.org/topic/pep-0582.

@pradyunsg pradyunsg added bug infra Core infrastructure for building and rendering PEPs labels Jun 18, 2022
@AA-Turner AA-Turner self-assigned this Jun 18, 2022
@pradyunsg
Copy link
Member

The problem seems to be the following override:

app.env.settings["pep_url"] = "../pep-{:0>4}"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug infra Core infrastructure for building and rendering PEPs
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants