Skip to content

Commit 3618f48

Browse files
Fixed url in gender minorities sprint
1 parent e70694b commit 3618f48

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_posts/2018-08-02-pandas-doc-min.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ In this sprint, each pair of participants (or each participant if you prefer
1818
not to pair-program) will be assigned a pandas documentation page to work on.
1919

2020
By the end of the sprint, you should be able to convert a page like this:
21-
- <https://pandas.pydata.org/pandas-docs/stable/generated/pandas.DataFrame.plot.kde.html>
21+
- <http://pandas.pydata.org/pandas-docs/version/0.20/generated/pandas.Series.plot.kde.html>
2222

2323
In a page like this:
24-
- <http://pandas-docs.github.io/pandas-docs-travis/generated/pandas.DataFrame.plot.kde.html>
24+
- <http://pandas.pydata.org/pandas-docs/version/0.23/generated/pandas.Series.plot.kde.html>
2525

2626
Before the sprint, it's recommended to:
2727

0 commit comments

Comments
 (0)