diff --git a/anaconda3/README.md b/anaconda3/README.md index 86b66eed..65ce5565 100644 --- a/anaconda3/README.md +++ b/anaconda3/README.md @@ -1,6 +1,6 @@ # docker-anaconda -Docker container with a bootstrapped installation of [Anaconda](http://continuum.io/downloads) (based on Python 3.X) that is ready to use. +Docker container with a bootstrapped installation of [Anaconda](https://www.anaconda.com/products/individual#Downloads) (based on Python 3.X) that is ready to use. The Anaconda distribution is installed into the `/opt/conda` folder and ensures that the default user has the `conda` command in their path. diff --git a/miniconda3/README.md b/miniconda3/README.md index 58ac86c1..79510967 100644 --- a/miniconda3/README.md +++ b/miniconda3/README.md @@ -1,6 +1,6 @@ # docker-miniconda -Docker container with a bootstrapped installation of [Miniconda](http://conda.pydata.org/miniconda.html) (based on Python 3.X) that is ready to use. +Docker container with a bootstrapped installation of [Miniconda](https://docs.conda.io/en/latest/miniconda.html) (based on Python 3.X) that is ready to use. The Miniconda distribution is installed into the `/opt/conda` folder and ensures that the default user has the `conda` command in their path.