diff options
author | Matt Rendina <rendinam@users.noreply.github.com> | 2019-03-27 15:14:50 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-03-27 15:14:50 -0400 |
commit | 6063f430baa4e46d80debb896fc5dea746eca87e (patch) | |
tree | cdf7fe2552ac435ff4b9133bd356c25273a0503a /source/getting_started.rst | |
parent | 90489dd5014f02315960210af955e3f80b8cbb57 (diff) | |
parent | d5fe35f8199148267ad190e99f4c0eef1ab7903a (diff) | |
download | astroconda-6063f430baa4e46d80debb896fc5dea746eca87e.tar.gz |
Merge pull request #82 from pllim/patch-1
Fix broken links
Diffstat (limited to 'source/getting_started.rst')
-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``: |