Skip to content

Commit b974c7c

Browse files
authored
Merge pull request #199 from filipjares/master
Fix hyperlink (Numpy for Matlab Users tutorial)
2 parents d4a9202 + 00dd610 commit b974c7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python-numpy-tutorial.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -437,7 +437,7 @@ You can read a lot more about Python classes
437437
[Numpy](http://www.numpy.org/) is the core library for scientific computing in Python.
438438
It provides a high-performance multidimensional array object, and tools for working with these
439439
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.
440+
[this tutorial useful](https://docs.scipy.org/doc/numpy/user/numpy-for-matlab-users.html) to get started with Numpy.
441441

442442
<a name='numpy-arrays'></a>
443443

0 commit comments

Comments
 (0)