Skip to content

Commit

Permalink
Fix broken link about installing mamba (#267)
Browse files Browse the repository at this point in the history
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:
EliahKagan/palgoviz#190

Together with #266, this should make the "Check Markdown" workflow
all-green again.
  • Loading branch information
EliahKagan authored Dec 4, 2023
1 parent d7b07d4 commit 87862b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 87862b4

Please sign in to comment.