Skip to content

Commit 6b126ff

Browse files
committed
DOC: Fix the link syntax for ndarray for numpy in the Readme
1 parent a6ce90d commit 6b126ff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ Recent Changes (ndarray)
9191
- 0.11.2
9292

9393
- New documentation; @jturner314 has written a large “ndarray for NumPy users”
94-
document, which we include in rustdoc. `Read it here <nd4npy>`_. It is
94+
document, which we include in rustdoc. `Read it here`__. It is
9595
a useful quick guide for any user, and in particular if you are familiar
9696
with numpy.
9797
- Add ``ArcArray``. ``RcArray`` has become ``ArcArray``; it is now using thread
@@ -107,7 +107,7 @@ Recent Changes (ndarray)
107107
- Fix an issue with type inference, the dimensinality of an array
108108
should not infer correctly in more cases when using slicing. By @jturner314.
109109

110-
.. nd4npy: https://docs.rs/ndarray/0.11/ndarray/doc/ndarray_for_numpy_users/
110+
__ https://docs.rs/ndarray/0.11/ndarray/doc/ndarray_for_numpy_users/
111111

112112
- 0.11.1
113113

0 commit comments

Comments
 (0)