Skip to content

Commit

Permalink
docs: fix link to containers docs
Browse files Browse the repository at this point in the history
  • Loading branch information
josecelano committed Oct 2, 2024
1 parent 1c4463a commit ae5ea1e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@
//! ## Run with docker
//!
//! You can run the tracker with a pre-built docker image. Please refer to the
//! [tracker docker documentation](https://github.com/torrust/torrust-tracker/tree/develop/docker).
//! [tracker docker documentation](https://github.com/torrust/torrust-tracker/blob/develop/docs/containers.md).

Check warning on line 158 in src/lib.rs

View check run for this annotation

Codecov / codecov/patch

src/lib.rs#L158

Added line #L158 was not covered by tests
//!
//! # Configuration
//!
Expand Down Expand Up @@ -214,7 +214,7 @@
//! of the `tracker.toml` file.
//!
//! The env var contains the same data as the `tracker.toml`. It's particularly
//! useful in you are [running the tracker with docker](https://github.com/torrust/torrust-tracker/tree/develop/docker).
//! useful in you are [running the tracker with docker](https://github.com/torrust/torrust-tracker/blob/develop/docs/containers.md).
//!
//! > NOTICE: The `TORRUST_TRACKER_CONFIG_TOML` env var has priority over the `tracker.toml` file.
//!
Expand Down

0 comments on commit ae5ea1e

Please sign in to comment.