8000 DOC: Fix reference in NEP 53 · numpy/numpy@857cad8 · GitHub
[go: up one dir, main page]

Skip to content

Commit 857cad8

Browse files
committed
DOC: Fix reference in NEP 53
1 parent f26a0b8 commit 857cad8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/neps/nep-0053-c-abi-evolution.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ Further, many structs used by NumPy have always been public making it
5555
impossible to change them outside of a major release.
5656
Some changes have been planned for years and were the reason for
5757
``NPY_NO_DEPRECATED_API`` and further deprecations as explained in
58-
`c_api_deprecations`_.
58+
:ref:`c_api_deprecations`.
5959

6060
While we probably have little reason to change the layout of the array struct
6161
(``PyArrayObject_fields``) for example the development and improvement of

0 commit comments

Comments
 (0)
0