diff options
Diffstat (limited to 'numpy/doc/dispatch.py')
-rw-r--r-- | numpy/doc/dispatch.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/doc/dispatch.py b/numpy/doc/dispatch.py index ba76a43ae..af70ed836 100644 --- a/numpy/doc/dispatch.py +++ b/numpy/doc/dispatch.py @@ -267,5 +267,5 @@ Refer to the `dask source code <https://github.com/dask/dask>`_ and `cupy source code <https://github.com/cupy/cupy>`_ for more fully-worked examples of custom array containers. -See also `NEP 18 <http://www.numpy.org/neps/nep-0018-array-function-protocol.html>`_. +See also :doc:`NEP 18<neps:nep-0018-array-function-protocol>`. """ |