From 12d7cea5714b54367d9ffd7ff6b5db703722362e Mon Sep 17 00:00:00 2001 From: Eliah Kagan Date: Wed, 15 Nov 2023 07:54:49 -0500 Subject: [PATCH] Fix broken link about installing mamba --- doc/install-with-conda.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/install-with-conda.md b/doc/install-with-conda.md index 6608c790..b5dc0edd 100644 --- a/doc/install-with-conda.md +++ b/doc/install-with-conda.md @@ -19,7 +19,7 @@ channel defaults that vary across distributions.) All the following `conda` commands can be run with `mamba` instead of `conda` [if you have `mamba` -installed](https://mamba.readthedocs.io/en/latest/installation.html). +installed](https://mamba.readthedocs.io/en/latest/installation/mamba-installation.html). The exception is that, on Windows, `conda activate` and `conda deactivate` must still be used, due to [limitations in `mamba` PowerShell