https://github.com/python/cpython/commit/f3956c659aace9e0be25ab497ea07d2adaef3c21
commit: f3956c659aace9e0be25ab497ea07d2adaef3c21
branch: 3.15
author: Miss Islington (bot) <[email protected]>
committer: StanFromIreland <[email protected]>
date: 2026-06-04T09:51:34Z
summary:

[3.15] Fix 2 broken links in documentation (GH-150892)

(cherry picked from commit cb064e746de210fea8639b986c8d2a573b71c48f)

Co-authored-by: Miro HronĨok <[email protected]>
Co-authored-by: Stan Ulbrych <[email protected]>

files:
M Doc/c-api/complex.rst
M Doc/extending/first-extension-module.rst

diff --git a/Doc/c-api/complex.rst b/Doc/c-api/complex.rst
index 629312bd771beb2..10f96c7cb75e882 100644
--- a/Doc/c-api/complex.rst
+++ b/Doc/c-api/complex.rst
@@ -130,7 +130,7 @@ rather than dereferencing them through pointers.
 
 Please note, that these functions are :term:`soft deprecated` since Python
 3.15.  Avoid using this API in a new code to do complex arithmetic: either use
-the `Number Protocol <number>`_ API or use native complex types, like
+the :ref:`Number Protocol <number>` API or use native complex types, like
 :c:expr:`double complex`.
 
 
diff --git a/Doc/extending/first-extension-module.rst 
b/Doc/extending/first-extension-module.rst
index 894f5bdbb8f09c2..55a772e2aca24f5 100644
--- a/Doc/extending/first-extension-module.rst
+++ b/Doc/extending/first-extension-module.rst
@@ -164,7 +164,7 @@ Then, create ``meson.build`` containing the following:
 
 .. note::
 
-   See `meson-python documentation <meson-python>`_ for details on
+   See the `meson-python documentation <meson-python_>`_ for details on
    configuration.
 
 Now, build install the *project in the current directory* (``.``) via ``pip``:

_______________________________________________
Python-checkins mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3//lists/python-checkins.python.org
Member address: [email protected]

Reply via email to