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

Skip to content

Commit 6d642ae

Browse files
committed
Fix a few broken links
1 parent ab98852 commit 6d642ae

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

doc/devel/MEP/MEP11.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ Implementation
117117
For installing from source, and assuming the user has all of the
118118
C-level compilers and dependencies, this can be accomplished fairly
119119
easily using `distribute` and following the instructions `here
120-
<http://packages.python.org/distribute/>`_. The only anticipated
120+
<https://pypi.python.org/pypi/distribute>`_. The only anticipated
121121
change to the matplotlib library code will be to import `pyparsing`
122122
from the top-level namespace rather than from within matplotlib. Note
123123
that `distribute` will also allow us to remove the direct dependency

doc/devel/gitwash/git_links.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
.. _network graph visualizer: http://github.com/blog/39-say-hello-to-the-network-graph-visualizer
2323
.. _git user manual: http://schacon.github.com/git/user-manual.html
2424
.. _git tutorial: http://schacon.github.com/git/gittutorial.html
25-
.. _git community book: http://book.git-scm.com/
25+
.. _git community book: https://git-scm.com/book/en/v2
2626
.. _git ready: http://www.gitready.com/
2727
.. _git casts: http://www.gitcasts.com/
2828
.. _Fernando's git page: http://www.fperez.org/py4science/git.html

doc/devel/license.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Licenses
66
Matplotlib only uses BSD compatible code. If you bring in code from
77
another project make sure it has a PSF, BSD, MIT or compatible license
88
(see the Open Source Initiative `licenses page
9-
<http://www.opensource.org/licenses>`_ for details on individual
9+
<http://opensource.org/licenses>`_ for details on individual
1010
licenses). If it doesn't, you may consider contacting the author and
1111
asking them to relicense it. GPL and LGPL code are not acceptable in
1212
the main code base, though we are considering an alternative way of

0 commit comments

Comments
 (0)