From 58aa855837204da590aa1a7a9b3e036c07b946a5 Mon Sep 17 00:00:00 2001 From: Cheery Date: Fri, 23 May 2025 01:37:20 +0100 Subject: [PATCH] Docs: fix link in free-threading-python.rst (GH-134548) (cherry picked from commit a7ed9dfcbe1436361b95a5f9d89a2d1f075e5468) Co-authored-by: Cheery --- Doc/howto/free-threading-python.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/howto/free-threading-python.rst b/Doc/howto/free-threading-python.rst index f7a894ac2cd78e..c33cef2c8e935b 100644 --- a/Doc/howto/free-threading-python.rst +++ b/Doc/howto/free-threading-python.rst @@ -32,7 +32,7 @@ optionally support installing free-threaded Python binaries. The installers are available at https://www.python.org/downloads/. For information on other platforms, see the `Installing a Free-Threaded Python -`_, a +`_, a community-maintained installation guide for installing free-threaded Python. When building CPython from source, the :option:`--disable-gil` configure option