We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d4a9202 + 00dd610 commit b974c7cCopy full SHA for b974c7c
python-numpy-tutorial.md
@@ -437,7 +437,7 @@ You can read a lot more about Python classes
437
[Numpy](http://www.numpy.org/) is the core library for scientific computing in Python.
438
It provides a high-performance multidimensional array object, and tools for working with these
439
arrays. If you are already familiar with MATLAB, you might find
440
-[this tutorial useful](https://docs.scipy.org/doc/numpy-dev/user/numpy-for-matlab-users.html) to get started with Numpy.
+[this tutorial useful](https://docs.scipy.org/doc/numpy/user/numpy-for-matlab-users.html) to get started with Numpy.
441
442
<a name='numpy-arrays'></a>
443
0 commit comments