Skip to content

Fix a broken link #1009

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

Merged
merged 1 commit into from
Dec 23, 2022
Merged

Fix a broken link #1009

merged 1 commit into from
Dec 23, 2022

Conversation

hugovk
Copy link
Member

@hugovk hugovk commented Dec 23, 2022

For #681.

$ make linkcheck | grep broken
(developer-workflow/grammar: line   40) broken    https://github.com/python/cpython/blob/main/Include/Python-ast.h - 404 Client Error: Not Found for url: https://github.com/python/cpython/blob/main/Include/Python-ast.h
(internals/compiler: line  516) broken    https://github.com/python/cpython/blob/main/Include/code.h - 404 Client Error: Not Found for url: https://github.com/python/cpython/blob/main/Include/code.h
(developer-workflow/grammar: line   33) broken    https://github.com/python/cpython/blob/main/Include/token.h - 404 Client Error: Not Found for url: https://github.com/python/cpython/blob/main/Include/token.h
(internals/compiler: line  488) broken    https://github.com/python/cpython/blob/main/Python/peephole.c - 404 Client Error: Not Found for url: https://github.com/python/cpython/blob/main/Python/peephole.c
(internals/compiler: line  586) broken    https://github.com/python/cpython/blob/main/Python/wordcode_helpers.h - 404 Client Error: Not Found for url: https://github.com/python/cpython/blob/main/Python/wordcode_helpers.h
(advanced-tools/gdb: line  355) broken    https://sourceware.org/gdb/onlinedocs/gdb/Specify-Location.html - 404 Client Error: Not Found for url: https://sourceware.org/gdb/onlinedocs/gdb/Specify-Location.html
make: *** [linkcheck] Error 1

The first five are covered by #1003.

This PR fixes the last one.

Old page:

https://web.archive.org/web/20220616003657/https://sourceware.org/gdb/onlinedocs/gdb/Specify-Location.html

New page:

https://sourceware.org/gdb/onlinedocs/gdb/Location-Specifications.html

@JelleZijlstra JelleZijlstra merged commit 353d41c into python:main Dec 23, 2022
@hugovk hugovk deleted the fix-link branch December 23, 2022 16:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants