https://github.com/python/cpython/commit/1a61d81544a1cfcc16c6e669651ac3d219b057e7 commit: 1a61d81544a1cfcc16c6e669651ac3d219b057e7 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: ned-deily <[email protected]> date: 2025-05-23T00:43:26Z summary:
[3.13] Docs: fix link in free-threading-python.rst (GH-134548) (#134556) files: M Doc/howto/free-threading-python.rst diff --git a/Doc/howto/free-threading-python.rst b/Doc/howto/free-threading-python.rst index cd920553a3a461..92ea0fc0134948 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 -<https://py-free-threading.github.io/installing_cpython/>`_, a +<https://py-free-threading.github.io/installing-cpython/>`_, a community-maintained installation guide for installing free-threaded Python. When building CPython from source, the :option:`--disable-gil` configure option _______________________________________________ Python-checkins mailing list -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3//lists/python-checkins.python.org Member address: [email protected]
