Fix 2 broken links in documentation (#150892)

Co-authored-by: Stan Ulbrych <stan@python.org>
This commit is contained in:
Miro Hrončok 2026-06-04 11:42:06 +02:00 committed by GitHub
parent ae507e3b14
commit cb064e746d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -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`.

View file

@ -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``: