summaryrefslogtreecommitdiff
path: root/INSTALL.rst
diff options
context:
space:
mode:
authorJarrod Millman <jarrod.millman@gmail.com>2017-09-11 15:48:32 -0700
committerGitHub <noreply@github.com>2017-09-11 15:48:32 -0700
commitbe23fa0e422b51f4526828cb19b8105c89e5dcbb (patch)
treec11b94af01c1329f6dbe4f69b68b1179862bb9df /INSTALL.rst
parentae5acd8ad4fdab34a6b92a381a6ddc78c63a99c0 (diff)
downloadnetworkx-be23fa0e422b51f4526828cb19b8105c89e5dcbb.tar.gz
Fix links (#2663)
* Fix links * Comply with pep8
Diffstat (limited to 'INSTALL.rst')
-rw-r--r--INSTALL.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/INSTALL.rst b/INSTALL.rst
index d8284bb0..697e96c9 100644
--- a/INSTALL.rst
+++ b/INSTALL.rst
@@ -9,8 +9,8 @@ instructions for installing the full `scientific Python stack
.. note::
If you are on Windows and want to install optional packages (e.g., `scipy`),
then you will need to install a Python distribution such as
- `Anaconda <https://www.continuum.io/downloads>`_,
- `Enthought Canopy <https://www.enthought.com/products/canopy/>`_,
+ `Anaconda <https://www.anaconda.com/download/>`_,
+ `Enthought Canopy <https://www.enthought.com/product/canopy>`_,
`Python(x,y) <http://python-xy.github.io/>`_,
`WinPython <https://winpython.github.io/>`_, or
`Pyzo <http://www.pyzo.org/>`_.
@@ -45,7 +45,7 @@ install into your user directory using the ``--user`` flag::
Alternatively, you can manually download ``networkx`` from
`GitHub <https://github.com/networkx/networkx/releases>`_ or
-`PyPI <http://pypi.python.org/pypi/networkx>`_.
+`PyPI <https://pypi.python.org/pypi/networkx>`_.
To install one of these versions, unpack it and run the following from the
top-level source directory using the Terminal::