summaryrefslogtreecommitdiff
path: root/doc/source/reference
diff options
context:
space:
mode:
authorSamesh <samesh.lakhotia@gmail.com>2019-07-16 22:24:52 +0530
committerSamesh <samesh.lakhotia@gmail.com>2019-07-16 22:24:52 +0530
commit7d1b57447b2ea853c83ec24cae2dc5b969ee770e (patch)
treede146de7c73b93ca9919d537a5cdc780079b0ece /doc/source/reference
parenta90ecad9ba6815cd92fdb4366a340448e6baee85 (diff)
downloadnumpy-7d1b57447b2ea853c83ec24cae2dc5b969ee770e.tar.gz
DOC:Link between the two indexing documentation pages
Fixed linking error
Diffstat (limited to 'doc/source/reference')
-rw-r--r--doc/source/reference/arrays.indexing.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/source/reference/arrays.indexing.rst b/doc/source/reference/arrays.indexing.rst
index bf43a35c4..763cb20bc 100644
--- a/doc/source/reference/arrays.indexing.rst
+++ b/doc/source/reference/arrays.indexing.rst
@@ -5,7 +5,7 @@ Indexing
.. seealso::
- :doc:`/source/user/basics.indexing`
+ :ref:`<basics.indexing>`
.. sectionauthor:: adapted from "Guide to NumPy" by Travis E. Oliphant