From 10f72c2020a3076ad9b35570e7b1430ae168fe89 Mon Sep 17 00:00:00 2001 From: Daniel Bast <2790401+dbast@users.noreply.github.com> Date: Mon, 26 Jul 2021 13:51:17 +0200 Subject: [PATCH] Update installer download page URLs --- anaconda3/README.md | 2 +- miniconda3/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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.