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

Skip to content

Commit d019703

Browse files
committed
DOC fix broken links
1 parent 339880f commit d019703

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ clean:
2121

2222
release: ${DISTFILES}
2323
rm -f MANIFEST;\
24-
${PYTHON} license.py ${VERSION} license/LICENSE;\
2524
${PYTHON} setup.py sdist --formats=gztar,zip;
2625

2726
pyback:

doc/users/prev_whats_new/changelog.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ List of changes to Matplotlib prior to 2015
44
===========================================
55

66
This is a list of the changes made to Matplotlib from 2003 to 2015. For more
7-
recent changes, please refer to the `what's new <../whats_new>`_ or
8-
the `API changes <../api/api_changes>`_.
7+
recent changes, please refer to the `what's new <../whats_new.html>`_ or
8+
the `API changes <../../api/api_changes.html>`_.
99

1010
2015-11-16 Levels passed to contour(f) and tricontour(f) must be in increasing
1111
order.

0 commit comments

Comments
 (0)