Skip to content

Commit 34a089d

Browse files
Merge pull request #202 from gabrielamafra/patch-1
Fix broken links
2 parents a1cfd78 + 094895a commit 34a089d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

python-numpy-tutorial.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -889,7 +889,8 @@ Broadcasting two arrays together follows these rules:
889889

890890
If this explanation does not make sense, try reading the explanation
891891
[from the documentation](http://docs.scipy.org/doc/numpy/user/basics.broadcasting.html)
892-
or [this explanation](http://scipy.github.io/old-wiki/pages/EricsBroadcastingDoc).
892+
or [this explanation](https://scipy.github.io/old-wiki/pages/EricsBroadcastingDoc).
893+
893894

894895
Functions that support broadcasting are known as *universal functions*. You can find
895896
the list of all universal functions
@@ -1053,7 +1054,7 @@ across two sets of points; you can read about it
10531054
In this section give a brief introduction to the `matplotlib.pyplot` module,
10541055
which provides a plotting system similar to that of MATLAB.
10551056

1056-
<a name='matplotlib-plot'></a>
1057+
<a name='matplotlib-plotting'></a>
10571058

10581059
### Plotting
10591060
The most important function in matplotlib is `plot`,

0 commit comments

Comments
 (0)