Skip to content

Commit 39dcbb7

Browse files
authored
Update gdb & Victor's guide links, and fix voters link ignore (#1051)
* [PATCH]#1044 fixing victor stinner's guide link * fixed conf.py and advanced-tools/gdb.rst link issues * changes made in gbd.rst
1 parent 94d08ef commit 39dcbb7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

advanced-tools/gdb.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ GDB 7 and later
2121
===============
2222

2323
In gdb 7, support for `extending gdb with Python
24-
<https://sourceware.org/gdb/current/onlinedocs/gdb/Python.html#Python>`_ was
24+
<https://sourceware.org/gdb/onlinedocs/gdb/Python.html>`_ was
2525
added. When CPython is built you will notice a ``python-gdb.py`` file in the
2626
root directory of your checkout. Read the module docstring for details on how
2727
to use the file to enhance gdb for easier debugging of a CPython process.

conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181

8282
linkcheck_ignore = [
8383
# The voters repo is private and appears as a 404
84-
'https://github.com/python/voters/',
84+
'https://github.com/python/voters',
8585
# The python-core team link is private, redirects to login
8686
'https://github.com/orgs/python/teams/python-core',
8787
# The Discourse groups are private unless you are logged in

0 commit comments

Comments
 (0)