From e35e0a619f7dcb526075515bf20f7eaee0757f54 Mon Sep 17 00:00:00 2001 From: Sam Albers Date: Fri, 28 Feb 2025 10:55:03 -0800 Subject: [PATCH] replace dead link (#1571) (cherry picked from commit 8f318c7831949226e6ba0f409f760393bfbacbd7) --- docs/projects/virtual-environments.qmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/projects/virtual-environments.qmd b/docs/projects/virtual-environments.qmd index 724d598bcf..9b0562a78b 100644 --- a/docs/projects/virtual-environments.qmd +++ b/docs/projects/virtual-environments.qmd @@ -9,7 +9,7 @@ There are several popular flavors of virtual environment, we will cover the foll 1. [venv](https://packaging.python.org/guides/installing-using-pip-and-virtual-environments/#creating-a-virtual-environment) (built into Python 3) -2. [conda](https://towardsdatascience.com/managing-project-specific-environments-with-conda-406365a539ab) (built into Anaconda/Miniconda) +2. [conda](https://docs.conda.io/projects/conda/en/latest/user-guide/tasks/manage-environments.html) (built into Anaconda/Miniconda) 3. [renv](https://rstudio.github.io/renv/articles/renv.html) (package for managing R environments)