File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ GDB 7 and later
21
21
===============
22
22
23
23
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
25
25
added. When CPython is built you will notice a ``python-gdb.py `` file in the
26
26
root directory of your checkout. Read the module docstring for details on how
27
27
to use the file to enhance gdb for easier debugging of a CPython process.
Original file line number Diff line number Diff line change 81
81
82
82
linkcheck_ignore = [
83
83
# The voters repo is private and appears as a 404
84
- 'https://github.com/python/voters/ ' ,
84
+ 'https://github.com/python/voters' ,
85
85
# The python-core team link is private, redirects to login
86
86
'https://github.com/orgs/python/teams/python-core' ,
87
87
# The Discourse groups are private unless you are logged in
You can’t perform that action at this time.
0 commit comments