summaryrefslogtreecommitdiff
path: root/doc/source
diff options
context:
space:
mode:
authorkhuynh <hkennyv@gmail.com>2021-10-31 11:10:28 -0700
committerkhuynh <hkennyv@gmail.com>2021-10-31 11:11:17 -0700
commit9ee0a5e9d304eb793c464c9f3ecd4da5681af9d6 (patch)
tree179ce88bb27ea84364c06af8cd9d111e82fcb60c /doc/source
parent07447fd215ebffbce2f4e516ef02629e91fca6b0 (diff)
downloadnumpy-9ee0a5e9d304eb793c464c9f3ecd4da5681af9d6.tar.gz
DOC: fix broken link in "What is NumPy?" to broadcasting
Diffstat (limited to 'doc/source')
-rw-r--r--doc/source/user/whatisnumpy.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/source/user/whatisnumpy.rst b/doc/source/user/whatisnumpy.rst
index 154f91c84..e152a4ae2 100644
--- a/doc/source/user/whatisnumpy.rst
+++ b/doc/source/user/whatisnumpy.rst
@@ -125,7 +125,7 @@ same shape, or a scalar and an array, or even two arrays of with
different shapes, provided that the smaller array is "expandable" to
the shape of the larger in such a way that the resulting broadcast is
unambiguous. For detailed "rules" of broadcasting see
-`basics.broadcasting`.
+:ref:`Broadcasting <basics.broadcasting>`.
Who Else Uses NumPy?
--------------------