Skip to content

Commit 15af492

Browse files
Update a link in ndarray.rst
1 parent ff5acaf commit 15af492

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/reference/ndarray.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ The N-dimensional array (:class:`ndarray <ndarray>`)
55

66
:class:`ndarray` is the DPNP counterpart of NumPy :class:`numpy.ndarray`.
77

8-
For the basic concept of ``ndarray``\s, please refer to the `NumPy documentation <https://docs.scipy.org/doc/numpy/reference/arrays.ndarray.html>`_.
8+
For the basic concept of ``ndarray``\s, please refer to the `NumPy documentation <https://numpy.org/doc/stable/reference/arrays.ndarray.html>`_.
99

1010

1111
.. autosummary::

0 commit comments

Comments
 (0)