Skip to content

Commit 4e50f24

Browse files
committed
Fix various broken links [#1569]
1 parent df6b8ab commit 4e50f24

File tree

4 files changed

+5
-7
lines changed

4 files changed

+5
-7
lines changed

docs/faq/metadata.rst

+1-2
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,7 @@ locations ('new_zealand' became 'New Zealand').
8181

8282
Auspice will still do this if you are exporting 'V1' type JSON files
8383
(from augur v5 or augur v6 using ``export v1``), but will not do this if
84-
you are using ``export v2`` (`read
85-
more <../releases/migrating-v5-v6.html#prettifying-metadata-fields>`__).
84+
you are using ``export v2`` (:ref:`read more <prettifying-metadata-fields>`).
8685
Instead, you should update your metadata files so that traits look the
8786
same as you'd like them to display in Auspice (change 'new_zealand' to
8887
'New Zealand' in your metadata, and in any additional latitude-longitude

docs/faq/what-is-a-build.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ These steps, taken together, are what we refer to as a "build".
1111

1212
### Example build
1313

14-
The [Zika virus tutorial](https://docs.nextstrain.org/en/latest/tutorials/zika.html#build-steps) describes a build which contains the following steps:
14+
The [Zika virus tutorial](https://docs.nextstrain.org/en/latest/tutorials/creating-a-phylogenetic-workflow.html#run-a-nextstrain-build) describes a build which contains the following steps:
1515

1616
1. Prepare pathogen sequences and metadata
1717
2. Align sequences
@@ -28,5 +28,5 @@ If you look at the [other tutorials](https://docs.nextstrain.org/en/latest/tutor
2828
While it is possible to run a build by running each of the individual steps, we typically group these together into a make-type file.
2929
[Snakemake](https://snakemake.readthedocs.io/en/stable/index.html) is "a tool to create reproducible and scalable data analyses... via a human-readable, Python-based language."
3030

31-
> Snakemake is installed as part of the [conda environment](https://docs.nextstrain.org/en/latest/guides/install/local-installation.html#install-augur-auspice-with-conda) or the [docker container](https://docs.nextstrain.org/en/latest/guides/install/cli-install.html).
31+
> Snakemake is installed as part of the [conda environment](https://docs.nextstrain.org/en/latest/guides/install/local-installation.html) or the [docker container](https://docs.nextstrain.org/en/latest/guides/install/cli-install.html).
3232
If you ever see a build which has a "Snakefile" then you can run this by typing `snakemake --cores 1` or `nextstrain build --cpus 1 .`, respectively.

docs/usage/cli/export.rst

+1-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22
augur export
33
============
44

5-
.. note:: The behavior of ``augur export`` has changed in v6. Please see `here <../../upgrading/migrating-v5-v6.html>`__ for more details.
6-
5+
.. note:: The behavior of ``augur export`` has changed in v6. Please see :doc:`here <../../releases/migrating-v5-v6>` for more details.
76

87
.. argparse::
98
:module: augur

docs/usage/usage.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Each command requires at least one input file and will produce one or more outpu
1414
1515
Most commands admit additional arguments to modify how the analysis is run.
1616
Each command is documented below, and we are continually adding more examples to each command and providing real-life examples of their usage.
17-
For instance, the documentation for `augur filter <./cli/filter.html>`__ shows how we use this to subsample the `nextstrain zika analysis <https://nextstrain.org/zika>`__.
17+
For instance, the documentation for :doc:`augur filter <./cli/filter>` shows how we use this to subsample the `nextstrain zika analysis <https://nextstrain.org/zika>`__.
1818

1919

2020
`Note that you can also run each command with the` ``--help`` `option, for example` ``augur tree --help``, `for more information at the command-line.`

0 commit comments

Comments
 (0)