Skip to content

Commit

Permalink
Fix broken link about installing mamba
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 dmvassallo#266, this should make the "Check Markdown" workflow
all-green again.
  • Loading branch information
EliahKagan authored Dec 4, 2023
1 parent d7b07d4 commit 74c91ed
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 74c91ed

Please sign in to comment.