Skip to content

Commit b649590

Browse files
authored
Fix broken links in README.md (#1065)
1 parent 546a07b commit b649590

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,15 @@ Some settings, especially low resource languages might require extra tuning.
1818

1919
We use fast translation engine [Marian](https://marian-nmt.github.io).
2020

21-
You can find more details about the pipeline steps in the [documentation](docs/pipeline-steps.md).
21+
You can find more details about the pipeline steps in the [documentation](docs/training/pipeline-steps.md).
2222

2323
## Orchestrators
2424

2525
An orchestrator is responsible for workflow management and parallelization.
2626

2727
- [Taskcluster](https://taskcluster.net/) - Mozilla task execution framework. It is also used for Firefox CI.
2828
It provides access to the hybrid cloud workers (GCP + on-prem) with increased scalability and observability.
29-
[Usage instructions](docs/task-cluster.md).
29+
[Usage instructions](docs/training/task-cluster.md).
3030
- [Snakemake](https://snakemake.github.io/) - a file based orchestrator that allows to run the pipeline locally or on a Slurm cluster.
3131
[Usage instructions](docs/training/snakemake.md). (The integration is not maintained since Mozilla has switched to Taskcluster. Contributions are welcome.)
3232

@@ -35,11 +35,11 @@ An orchestrator is responsible for workflow management and parallelization.
3535
[Public training dashboard in Weights & Biases](https://wandb.ai/moz-translations/projects)
3636

3737
Marian training metrics are parsed from logs and published using a custom module within the `tracking` directory.
38-
More information is available [here](docs/tracking.md).
38+
More information is available [here](docs/training/tracking.md).
3939

4040
## Contributing
4141

42-
Contributions are welcome! See the [documentation on Contributing](docs/contributing.md) for more details.
42+
Contributions are welcome! See the [documentation on Contributing](docs/contributing/index.md) for more details.
4343

4444
Feel free to ask questions in our Matrix channel [#firefoxtranslations:mozilla.org](https://matrix.to/#/#firefoxtranslations:mozilla.org).
4545

0 commit comments

Comments
 (0)