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

Skip to content

Commit e9bd13a

Browse files
authored
Merge pull request #11286 from nbeaver/nbeaver-fix-url
Fix broken link
2 parents ba61641 + 82c31a2 commit e9bd13a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)