diff options
author | Stanley <46876382+slateny@users.noreply.github.com> | 2022-10-26 03:26:28 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-26 03:26:28 (GMT) |
commit | 268129a74f01adb7bb14cd71d1f38378e39d304d (patch) | |
tree | 88fca273962c4f769c0c47d52cdcb0156cc34762 /Doc/howto | |
parent | 0ca6a4d64086055a8a3aa4b4c024fc080de148ab (diff) | |
download | cpython-268129a74f01adb7bb14cd71d1f38378e39d304d.zip cpython-268129a74f01adb7bb14cd71d1f38378e39d304d.tar.gz cpython-268129a74f01adb7bb14cd71d1f38378e39d304d.tar.bz2 |
docs: Change links to label refs (#98454)
Co-authored-by: C.A.M. Gerlach <CAM.Gerlach@Gerlach.CAM>
Diffstat (limited to 'Doc/howto')
-rw-r--r-- | Doc/howto/clinic.rst | 2 | ||||
-rw-r--r-- | Doc/howto/isolating-extensions.rst | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/Doc/howto/clinic.rst b/Doc/howto/clinic.rst index b8afc7e..a97f1d2 100644 --- a/Doc/howto/clinic.rst +++ b/Doc/howto/clinic.rst @@ -1,5 +1,7 @@ .. highlight:: c +.. _howto-clinic: + ********************** Argument Clinic How-To ********************** diff --git a/Doc/howto/isolating-extensions.rst b/Doc/howto/isolating-extensions.rst index 2657b4e..2eddb58 100644 --- a/Doc/howto/isolating-extensions.rst +++ b/Doc/howto/isolating-extensions.rst @@ -461,7 +461,7 @@ Module State Access from Slot Methods, Getters and Setters .. After adding to limited API: - If you use the `limited API <https://docs.python.org/3/c-api/stable.html>__, + If you use the :ref:`limited API <stable>, you must update ``Py_LIMITED_API`` to ``0x030b0000``, losing ABI compatibility with earlier versions. |