Skip to content

Commit 5f7ae22

Browse files
committed
Merge pull request matplotlib#2821 from matthew-brett/fix-download-link
DOC: point downloads at the matplotlib downloads Conflicts: INSTALL
1 parent e85dadf commit 5f7ae22

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

INSTALL

+3-3
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ interactive shell for python that is matplotlib-aware.
5151

5252
Next, we need to get matplotlib installed. We provide prebuilt
5353
binaries for OS X and Windows on the matplotlib `download
54-
<https://github.com/matplotlib/matplotlib/downloads/>`_ page. Click on
54+
<http://matplotlib.org/downloads.html>`_. Click on
5555
the latest release of the "matplotlib" package, choose your python
5656
version (2.6, 2.7 or 3.2) and your platform (macosx or win32). If you
5757
have any problems, please check the :ref:`installing-faq`, search
@@ -122,7 +122,7 @@ If you are interested in contributing to matplotlib development,
122122
running the latest source code, or just like to build everything
123123
yourself, it is not difficult to build matplotlib from source. Grab
124124
the latest *tar.gz* release file from `the download page
125-
<https://github.com/matplotlib/matplotlib/downloads>`_, or if you want
125+
<http://matplotlib.org/downloads.html>`_, or if you want
126126
to develop matplotlib or just need the latest bugfixed version, grab
127127
the latest git version :ref:`install-from-git`.
128128

@@ -157,7 +157,7 @@ These are external packages which you will need to install before
157157
installing matplotlib. Windows users only need the first four (python,
158158
numpy, dateutil, and pyparsing) since the others are built into the
159159
matplotlib Windows installers available for download at `the download
160-
page <https://github.com/matplotlib/matplotlib/downloads>_`. If you
160+
page <http://matplotlib.org/downloads.html>_`. If you
161161
are building on OSX, see :ref:`build_osx`. If you are installing
162162
dependencies with a package manager on Linux, you may need to install
163163
the development packages (look for a "-dev" postfix) in addition to

0 commit comments

Comments
 (0)