Skip to content

Commit f29fb20

Browse files
authored
Update pypy documentation with corrected links (#1114)
1 parent bd23de2 commit f29fb20

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/pypy.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@ PyPy 7.3.10 and newer versions are supported, though with some limitations:
1111

1212
1. When nanobind types occur in reference cycles, then those cycles are not
1313
collectable and will be leaked. This is a limitation of PyPy's ``cpyext``
14-
layer that was reported in `PyPy issue #3849
15-
<https://foss.heptapod.net/pypy/pypy/-/issues/3849>`_. Note that this would
14+
layer that was reported in `PyPy issue #3848
15+
<https://github.com/pypy/pypy/issues/3848>`_. Note that this would
1616
only affects users that use the :cpp:class:`nb::type_slots() <type_slots>`
1717
feature to implement a custom ``Py_tp_traverse`` or ``Py_tp_clear`` slot.
1818

1919
2. nanobind normally complains about any reference leaks involving instances,
2020
functions, and types when the interpreter shuts down. PyPy lacks the final
2121
garbage collection step that is needed to identify such leaks See `PyPy
22-
issue #3855 <https://foss.heptapod.net/pypy/pypy/-/issues/3855>`_. Those
23-
those checks therefore had to be disabled when compiling for PyPy.
22+
issue #3855 <https://github.com/pypy/pypy/issues/3855>`_. Those
23+
checks therefore had to be disabled when compiling for PyPy.

0 commit comments

Comments
 (0)