From 22d472ec556ad20a1811b9ebf25d40ae00230e7f Mon Sep 17 00:00:00 2001 From: hauntsaninja Date: Sat, 27 Sep 2025 18:02:22 -0700 Subject: [PATCH] [3.14] Link to 3.14 GC design docs The devguide link is dead and redirects to the CPython internal docs on main. So let's just link directly to the CPython internal docs on 3.14 --- Doc/library/gc.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/gc.rst b/Doc/library/gc.rst index 2ef5c4b35a25cc..35c5c7350cf8ed 100644 --- a/Doc/library/gc.rst +++ b/Doc/library/gc.rst @@ -140,7 +140,7 @@ The :mod:`gc` module provides the following functions: *threshold2* is ignored. - See `Garbage collector design `_ for more information. + See `Garbage collector design `_ for more information. .. versionchanged:: 3.14 *threshold2* is ignored