Skip to content

Commit fbe4418

Browse files
authored
Merge pull request #64 from katrinleinweber/patch-7
Link to popular StackOverflow questions, not newest
2 parents 337c968 + 9e8bb3d commit fbe4418

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

episodes/19-wrap.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ turn out to be anything but when we have to explain them precisely.
3030

3131
* [Pandas](https://pandas.pydata.org/) is the home of the Pandas data library.
3232

33-
* Stack Overflow's [general Python section](http://stackoverflow.com/questions/tagged/python)
33+
* Stack Overflow's [general Python section](https://stackoverflow.com/questions/tagged/python?tab=Votes)
3434
can be helpful,
35-
as can the sections on [NumPy](http://stackoverflow.com/questions/tagged/numpy),
36-
[SciPy](http://stackoverflow.com/questions/tagged/scipy),
37-
[Pandas](http://stackoverflow.com/questions/tagged/pandas),
35+
as can the sections on [NumPy](https://stackoverflow.com/questions/tagged/numpy?tab=Votes),
36+
[SciPy](https://stackoverflow.com/questions/tagged/scipy?tab=Votes),
37+
[Pandas](https://stackoverflow.com/questions/tagged/pandas?tab=Votes),
3838
and other topics.

0 commit comments

Comments
 (0)