Skip to content

Commit 265fe80

Browse files
authored
Fix broken quickstart link
1 parent e931c98 commit 265fe80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/PvL_06.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,7 @@ Advanced Usage
311311

312312
Numpy has vast capabilities. It has way too many options to discuss here. More information can be found in
313313

314-
#. the `Quickstart Numpy Tutorial <https://docs.scipy.org/doc/numpy-dev/user/quickstart.html>`_;
314+
#. the `Quickstart Numpy Tutorial <https://docs.scipy.org/doc/numpy/user/quickstart.html>`_;
315315
#. the `Numpy indexing documentation <http://docs.scipy.org/doc/numpy/reference/arrays.indexing.html>`_ (for advanced slicing and indexing);
316316
#. and the `Numpy broadcasting rules <http://scipy.github.io/old-wiki/pages/EricsBroadcastingDoc>`_ (for what happens when performing operations between arrays of different shapes and sizes).
317317

0 commit comments

Comments
 (0)