From dc7aa81ff034c8e2f78a3730ed21aabdc371d5d8 Mon Sep 17 00:00:00 2001 From: Abdul Ahad <52212611+abdulahad01@users.noreply.github.com> Date: Mon, 14 Jun 2021 12:11:16 +0530 Subject: [PATCH] link to miniconda installation on linux changed The previous link was broken, added the new installation link. --- doc/configure_via_anaconda.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/configure_via_anaconda.md b/doc/configure_via_anaconda.md index 9136a8d..454c4ed 100644 --- a/doc/configure_via_anaconda.md +++ b/doc/configure_via_anaconda.md @@ -35,7 +35,7 @@ Using Anaconda consists of the following: **Install** [miniconda](http://conda.pydata.org/miniconda.html) on your machine. Detailed instructions: -- **Linux:** http://conda.pydata.org/docs/install/quick.html#linux-miniconda-install (Linux users please also see [this warning](https://github.com/udacity/RoboND-Python-StarterKit/blob/master/doc/linux_ros_anaconda_warning.md) about how to resolve potential conflicts between the different Python versions installed via Anaconda and ROS. +- **Linux:** https://docs.conda.io/projects/conda/en/latest/user-guide/install/linux.html (Linux users please also see [this warning](https://github.com/udacity/RoboND-Python-StarterKit/blob/master/doc/linux_ros_anaconda_warning.md) about how to resolve potential conflicts between the different Python versions installed via Anaconda and ROS. - **Mac:** http://conda.pydata.org/docs/install/quick.html#os-x-miniconda-install (Mac users please see [this thread](https://github.com/jupyter/notebook/issues/2438) for possible issues with Jupyter if you have recently updated OSX) - **Windows:** http://conda.pydata.org/docs/install/quick.html#windows-miniconda-install