Skip to content

Commit ae5ea1e

Browse files
committed
docs: fix link to containers docs
1 parent 1c4463a commit ae5ea1e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/lib.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@
155155
//! ## Run with docker
156156
//!
157157
//! You can run the tracker with a pre-built docker image. Please refer to the
158-
//! [tracker docker documentation](https://github.com/torrust/torrust-tracker/tree/develop/docker).
158+
//! [tracker docker documentation](https://github.com/torrust/torrust-tracker/blob/develop/docs/containers.md).
159159
//!
160160
//! # Configuration
161161
//!
@@ -214,7 +214,7 @@
214214
//! of the `tracker.toml` file.
215215
//!
216216
//! The env var contains the same data as the `tracker.toml`. It's particularly
217-
//! useful in you are [running the tracker with docker](https://github.com/torrust/torrust-tracker/tree/develop/docker).
217+
//! useful in you are [running the tracker with docker](https://github.com/torrust/torrust-tracker/blob/develop/docs/containers.md).
218218
//!
219219
//! > NOTICE: The `TORRUST_TRACKER_CONFIG_TOML` env var has priority over the `tracker.toml` file.
220220
//!

0 commit comments

Comments
 (0)