Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 82c31a2

Browse files
authored
Fix broken link
1 parent 66499e1 commit 82c31a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tutorials/introductory/images.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@
136136
lum_img = img[:, :, 0]
137137

138138
# This is array slicing. You can read more in the `Numpy tutorial
139-
# <https://docs.scipy.org/doc/numpy-dev/user/quickstart.html>`_.
139+
# <https://docs.scipy.org/doc/numpy/user/quickstart.html>`_.
140140

141141
plt.imshow(lum_img)
142142

0 commit comments

Comments
 (0)