Skip to content

Commit cdebbf5

Browse files
authored
Fix numpy advanced indexing docs link (#10160)
1 parent b7c1c11 commit cdebbf5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/user-guide/indexing.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -376,7 +376,7 @@ indexing for xarray is based on our
376376
:ref:`broadcasting rules <compute.broadcasting>`.
377377
See :ref:`indexing.rules` for the complete specification.
378378

379-
.. _NumPy's advanced indexing: https://numpy.org/doc/stable/reference/arrays.indexing.html
379+
.. _NumPy's advanced indexing: https://numpy.org/doc/stable/user/basics.indexing.html#advanced-indexing
380380

381381
Vectorized indexing also works with ``isel``, ``loc``, and ``sel``:
382382

0 commit comments

Comments
 (0)