8000 Merge pull request #11286 from nbeaver/nbeaver-fix-url · matplotlib/matplotlib@e9bd13a · GitHub
[go: up one dir, main page]

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

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)
0