Skip to content

Commit

Permalink
Fix links in docs/installation.rst (#794)
Browse files Browse the repository at this point in the history
  • Loading branch information
umesh-timalsina committed Oct 14, 2020
1 parent f47077e commit 5610272
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Installation
============

Install with `conda <http://continuum.io/downloads>`_
Install with `conda <https://repo.anaconda.com/miniconda/>`_
-----------------------------------------------------
::

Expand All @@ -22,9 +22,9 @@ after which you can simply install without specifying the channels::
file, it should be listed first.

.. note::
The `MDTraj website <http://mdtraj.org/latest/new_to_python.html>`_ makes a
The `MDTraj website <http://mdtraj.org/1.9.3/new_to_python.html>`_ makes a
nice case for using Python and in particular the
`Anaconda scientific python distribution <http://continuum.io/downloads>`_
`Anaconda scientific python distribution <https://www.anaconda.com/products/individual>`_
to manage your numerical and scientific Python packages.

Install with `pip <https://pypi.org/project/pip/>`_
Expand All @@ -46,7 +46,7 @@ Install an editable version from source
$ pip install -e .

To make your life easier, we recommend that you use a pre-packaged Python
distribution like `Continuum's Anaconda <https://store.continuum.io/>`_
distribution like `Continuum's Anaconda <https://www.anaconda.com/products/individual/>`_
in order to get all of the dependencies.

Supported Python Versions
Expand Down

0 comments on commit 5610272

Please sign in to comment.