Skip to content

Commit

Permalink
Fix broken links to install page in documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
tsibley committed Sep 1, 2021
1 parent 8c28394 commit 3ff0f75
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/narratives/create-pdf.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ If you run into any bugs, please [get in contact with us (email)](mailto:hello@n
## Prerequisites

This requires [Decktape](https://github.com/astefanutti/decktape) to be installed, which itself requires Node.js.
If you've followed the [auspice install instructions](../../guides/install/auspice-install.md) and are using a conda environment then this is straightforward.
If you've followed the [auspice install instructions](https://docs.nextstrain.org/projects/auspice/page/introduction/install.html) and are using a conda environment then this is straightforward.
If not, you can create the necessary conda environment via:

```bash
Expand Down Expand Up @@ -50,7 +50,7 @@ Feel free to play around with the different options available to decktape (run `
## Saving a local narrative to PDF

If you have a local narrative then the concept is similar to saving an online narrative, except we need to start a auspice server locally to display our narrative & allow it to be accessed by decktape.
These instructions assume you have installed auspice into a conda enviornment as per the [auspice install instructions](../../guides/install/auspice-install.md).
These instructions assume you have installed auspice into a conda enviornment as per the [auspice install instructions](https://docs.nextstrain.org/projects/auspice/page/introduction/install.html).

Start up auspice locally, sourcing your own datasets & narratives via:
```bash
Expand Down

0 comments on commit 3ff0f75

Please sign in to comment.