From e642e4b8a4b8b5201b1da0fdda0b9104f32a1e84 Mon Sep 17 00:00:00 2001 From: Julia Kent <46687291+jukent@users.noreply.github.com> Date: Wed, 15 May 2024 14:11:22 -0600 Subject: [PATCH] fix one link --- foundations/conda.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/foundations/conda.md b/foundations/conda.md index f371876cb..fec715fa5 100644 --- a/foundations/conda.md +++ b/foundations/conda.md @@ -110,7 +110,7 @@ conda env list conda env remove --name sample_environment ``` -You can find lots more information in the [Conda documentation](https://docs.conda.io/en/latest/) or this handy [Conda cheat sheet](https://docs.conda.io/projects/conda/en/latest/_downloads/843d9e0198f2a193a3484886fa28163c/conda-cheatsheet.pdf). +You can find lots more information in the [Conda documentation](https://docs.conda.io/en/latest/) or this handy [Conda cheat sheet](https://docs.conda.io/projects/conda/en/4.6.0/_downloads/52a95608c49671267e40c689e0bc00ca/conda-cheatsheet.pdf). If you're not a command line user, the Anaconda navigator offers GUI functionality for selecting environments and installing packages.