diff --git a/advanced-tools/gdb.rst b/advanced-tools/gdb.rst index cf84085d2d..81bdb52015 100644 --- a/advanced-tools/gdb.rst +++ b/advanced-tools/gdb.rst @@ -21,7 +21,7 @@ GDB 7 and later =============== In gdb 7, support for `extending gdb with Python -`_ was +`_ was added. When CPython is built you will notice a ``python-gdb.py`` file in the root directory of your checkout. Read the module docstring for details on how to use the file to enhance gdb for easier debugging of a CPython process. diff --git a/conf.py b/conf.py index ba5422f516..52c6374807 100644 --- a/conf.py +++ b/conf.py @@ -81,7 +81,7 @@ linkcheck_ignore = [ # The voters repo is private and appears as a 404 - 'https://github.com/python/voters/', + 'https://github.com/python/voters', # The python-core team link is private, redirects to login 'https://github.com/orgs/python/teams/python-core', # The Discourse groups are private unless you are logged in diff --git a/getting-started/setup-building.rst b/getting-started/setup-building.rst index 60d0b93d5b..ecf374d93f 100644 --- a/getting-started/setup-building.rst +++ b/getting-started/setup-building.rst @@ -314,7 +314,7 @@ You can run the build of Python you've compiled with: See the `PCBuild readme`_ for more details on what other software is necessary and how to build. -.. _Victor Stinner's guide: https://cpython-core-tutorial.readthedocs.io/en/latest/build_cpython_windows.html +.. _Victor Stinner's guide: https://web.archive.org/web/20220907075854/https://cpython-core-tutorial.readthedocs.io/en/latest/build_cpython_windows.html .. _Visual Studio: https://visualstudio.microsoft.com/ .. _PCBuild readme: https://github.com/python/cpython/blob/main/PCbuild/readme.txt .. _Git for Windows download from the official Git website: https://git-scm.com/download/win