Skip to content

Commit e5bbcb1

Browse files
authored
[3.13] gh-138556: Fix old link in gc docs (#138596)
1 parent 612b535 commit e5bbcb1

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
@@ -113,7 +113,7 @@ The :mod:`gc` module provides the following functions:
113113
been examined more than *threshold1* times since generation ``1`` has been
114114
examined, then generation ``1`` is examined as well.
115115
With the third generation, things are a bit more complicated,
116-
see `Collecting the oldest generation <https://devguide.python.org/garbage_collector/#collecting-the-oldest-generation>`_ for more information.
116+
see `Collecting the oldest generation <https://github.com/python/cpython/blob/ff0ef0a54bef26fc507fbf9b7a6009eb7d3f17f5/InternalDocs/garbage_collector.md#collecting-the-oldest-generation>`_ for more information.
117117

118118

119119
.. function:: get_count()

0 commit comments

Comments
 (0)