@@ -51,7 +51,7 @@ interactive shell for python that is matplotlib-aware.
5151
5252Next, we need to get matplotlib installed.  We provide prebuilt
5353binaries 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
5555the latest release of the "matplotlib" package, choose your python
5656version (2.6, 2.7 or 3.2) and your platform (macosx or win32).  If you
5757have any problems, please check the :ref:`installing-faq`, search
@@ -122,7 +122,7 @@ If you are interested in contributing to matplotlib development,
122122running the latest source code, or just like to build everything
123123yourself, it is not difficult to build matplotlib from source.  Grab
124124the 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
126126to develop matplotlib or just need the latest bugfixed version, grab
127127the latest git version :ref:`install-from-git`.
128128
@@ -157,7 +157,7 @@ These are external packages which you will need to install before
157157installing matplotlib. Windows users only need the first two (python
158158and numpy) since the others are built into the matplotlib Windows
159159installers available for download at `the download page
160- <https ://github.com/matplotlib/matplotlib/ downloads>_` .  If you are
160+ <http ://matplotlib.org/ downloads.html>`_ .  If you are
161161building on OSX, see :ref:`build_osx`. If you are installing
162162dependencies with a package manager on Linux, you may need to install
163163the development packages (look for a "-dev" postfix) in addition to
0 commit comments