From 74c91ed2c7e78de998ead22856eba0445655c11b Mon Sep 17 00:00:00 2001 From: Eliah Kagan Date: Mon, 4 Dec 2023 04:17:55 +0000 Subject: [PATCH] Fix broken link about installing mamba The URL for the mamba installation page changed, and the old URL does not work as a redirect. This updates it. This change is analogous to: https://github.com/EliahKagan/palgoviz/pull/190 Together with #266, this should make the "Check Markdown" workflow all-green again. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ec83633e..823c5d8a 100644 --- a/README.md +++ b/README.md @@ -105,8 +105,8 @@ conda activate EmbeddingScratchwork pip install -e . ``` -[`mamba`](https://mamba.readthedocs.io/en/latest/installation.html) may be used -in place of `conda` if it is installed. +[`mamba`](https://mamba.readthedocs.io/en/latest/installation/mamba-installation.html) +may be used in place of `conda` if it is installed. #### Your OpenAI API key