Skip to content

Commit 22d472e

Browse files
committed
[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
1 parent 4608a30 commit 22d472e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/gc.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ The :mod:`gc` module provides the following functions:
140140

141141
*threshold2* is ignored.
142142

143-
See `Garbage collector design <https://devguide.python.org/garbage_collector>`_ for more information.
143+
See `Garbage collector design <https://github.com/python/cpython/blob/3.14/InternalDocs/garbage_collector.md>`_ for more information.
144144

145145
.. versionchanged:: 3.14
146146
*threshold2* is ignored

0 commit comments

Comments
 (0)