]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.14] Link to 3.14 GC design docs (#139387)
authorShantanu <12621235+hauntsaninja@users.noreply.github.com>
Sun, 28 Sep 2025 13:47:05 +0000 (06:47 -0700)
committerGitHub <noreply@github.com>
Sun, 28 Sep 2025 13:47:05 +0000 (14:47 +0100)
Doc/library/gc.rst

index 2ef5c4b35a25cc050b32a82f05a11f75fa26307e..35c5c7350cf8ed00eb2f1cf7d70e6776c8071d03 100644 (file)
@@ -140,7 +140,7 @@ The :mod:`gc` module provides the following functions:
 
    *threshold2* is ignored.
 
-   See `Garbage collector design <https://devguide.python.org/garbage_collector>`_ for more information.
+   See `Garbage collector design <https://github.com/python/cpython/blob/3.14/InternalDocs/garbage_collector.md>`_ for more information.
 
    .. versionchanged:: 3.14
       *threshold2* is ignored