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

Skip to content

Commit b716977

Browse files
committed
fix milestones links
1 parent 9cf0c93 commit b716977

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

doc/users/github_stats.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ GitHub stats for 2019/05/18 - 2019/06/24 (tag: v3.1.0)
88
These lists are automatically generated, and may be incomplete or contain duplicates.
99

1010
We closed 27 issues and merged 105 pull requests.
11-
The full list can be seen `on GitHub <https://github.com/matplotlib/matplotlib/milestone/v3.1.1>`__
11+
The full list can be seen `on GitHub <https://github.com/matplotlib/matplotlib/milestones/v3.1.1>`__
1212

1313
The following 30 authors contributed 303 commits.
1414

doc/users/prev_whats_new/github_stats_3.1.0.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ GitHub stats for 2018/09/18 - 2019/05/13 (tag: v3.0.0)
88
These lists are automatically generated, and may be incomplete or contain duplicates.
99

1010
We closed 161 issues and merged 918 pull requests.
11-
The full list can be seen `on GitHub <https://github.com/matplotlib/matplotlib/milestone/v3.1.0>`__
11+
The full list can be seen `on GitHub <https://github.com/matplotlib/matplotlib/milestones/v3.1.0>`__
1212

1313
The following 150 authors contributed 3426 commits.
1414

tools/github_stats.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ def report(issues, show_urls=False):
209209

210210
print("We closed %d issues and merged %d pull requests." % (n_issues, n_pulls))
211211
if milestone:
212-
print("The full list can be seen `on GitHub <https://github.com/%s/milestone/%s>`__"
212+
print("The full list can be seen `on GitHub <https://github.com/%s/milestones/%s>`__"
213213
% (project, milestone)
214214
)
215215

0 commit comments

Comments
 (0)