Skip to content

Commit 73a575f

Browse files
authored
[3.14] Link to 3.14 GC design docs (python#139387)
1 parent 4608a30 commit 73a575f

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)