@@ -51,7 +51,7 @@ interactive shell for python that is matplotlib-aware.
51
51
52
52
Next, we need to get matplotlib installed. We provide prebuilt
53
53
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
55
55
the latest release of the "matplotlib" package, choose your python
56
56
version (2.6, 2.7 or 3.2) and your platform (macosx or win32). If you
57
57
have any problems, please check the :ref:`installing-faq`, search
@@ -122,7 +122,7 @@ If you are interested in contributing to matplotlib development,
122
122
running the latest source code, or just like to build everything
123
123
yourself, it is not difficult to build matplotlib from source. Grab
124
124
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
126
126
to develop matplotlib or just need the latest bugfixed version, grab
127
127
the latest git version :ref:`install-from-git`.
128
128
@@ -157,7 +157,7 @@ These are external packages which you will need to install before
157
157
installing matplotlib. Windows users only need the first four (python,
158
158
numpy, dateutil, and pyparsing) since the others are built into the
159
159
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
161
161
are building on OSX, see :ref:`build_osx`. If you are installing
162
162
dependencies with a package manager on Linux, you may need to install
163
163
the development packages (look for a "-dev" postfix) in addition to
0 commit comments