diff options
author | P. L. Lim <2090236+pllim@users.noreply.github.com> | 2019-03-27 13:50:05 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-03-27 13:50:05 -0400 |
commit | d5fe35f8199148267ad190e99f4c0eef1ab7903a (patch) | |
tree | cdf7fe2552ac435ff4b9133bd356c25273a0503a | |
parent | 90489dd5014f02315960210af955e3f80b8cbb57 (diff) | |
download | astroconda-d5fe35f8199148267ad190e99f4c0eef1ab7903a.tar.gz |
Fix broken links
-rw-r--r-- | source/getting_started.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source/getting_started.rst b/source/getting_started.rst index 1663acd..a31a243 100644 --- a/source/getting_started.rst +++ b/source/getting_started.rst @@ -17,8 +17,8 @@ Both of Continuum's official distributions support a variety of operating system Now head over to **one** of the following sites and download a copy of the installer of your choice: -- Download `Miniconda <https://conda.io/miniconda.html>`_ -- Download `Anaconda <https://www.continuum.io/downloads>`_ (OS X users should choose the command-line installer) +- Download `Miniconda <https://docs.conda.io/en/latest/miniconda.html>`_ +- Download `Anaconda <https://www.anaconda.com/distribution/>`_ (OS X users should choose the command-line installer) The installation method used for Miniconda and Anaconda are identical, however keep in mind the scripts are written in BASH (not SH), so therefore you *must* execute the installer using ``bash``: |