From 501541727c486afd3f1cf2829b3cfefd0056efbe Mon Sep 17 00:00:00 2001 From: Dev-satish Date: Thu, 9 Feb 2023 21:24:18 +0530 Subject: [PATCH] #1044 fixing victor stinner's guide link --- getting-started/setup-building.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/getting-started/setup-building.rst b/getting-started/setup-building.rst index 60d0b93d5..ecf374d93 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