Skip to content

Commit ef1b666

Browse files
replace dead link (#1571) (#1572)
(cherry picked from commit 8f318c7) Co-authored-by: Sam Albers <[email protected]>
1 parent c63dd06 commit ef1b666

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/projects/virtual-environments.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ There are several popular flavors of virtual environment, we will cover the foll
99

1010
1. [venv](https://packaging.python.org/guides/installing-using-pip-and-virtual-environments/#creating-a-virtual-environment) (built into Python 3)
1111

12-
2. [conda](https://towardsdatascience.com/managing-project-specific-environments-with-conda-406365a539ab) (built into Anaconda/Miniconda)
12+
2. [conda](https://docs.conda.io/projects/conda/en/latest/user-guide/tasks/manage-environments.html) (built into Anaconda/Miniconda)
1313

1414
3. [renv](https://rstudio.github.io/renv/articles/renv.html) (package for managing R environments)
1515

0 commit comments

Comments
 (0)