Skip to content

Commit e512cf2

Browse files
authored
DOC: fix dead link to numpy gufunc docs page (#6182)
1 parent 0ffb0f4 commit e512cf2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/user-guide/computation.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -761,7 +761,7 @@ any additional arguments:
761761
762762
For using more complex operations that consider some array values collectively,
763763
it's important to understand the idea of "core dimensions" from NumPy's
764-
`generalized ufuncs <http://docs.scipy.org/doc/numpy/reference/c-api.generalized-ufuncs.html>`_. Core dimensions are defined as dimensions
764+
`generalized ufuncs <http://docs.scipy.org/doc/numpy/reference/c-api/generalized-ufuncs.html>`_. Core dimensions are defined as dimensions
765765
that should *not* be broadcast over. Usually, they correspond to the fundamental
766766
dimensions over which an operation is defined, e.g., the summed axis in
767767
``np.sum``. A good clue that core dimensions are needed is the presence of an

0 commit comments

Comments
 (0)