Skip to content

Commit b65f25a

Browse files
committed
Merge torrust#1054: Fix link to containers docs
6b2d8e8 fix: clippy errors (Jose Celano) ae5ea1e docs: fix link to containers docs (Jose Celano) Pull request description: Fix link to containers docs. ACKs for top commit: josecelano: ACK 6b2d8e8 Tree-SHA512: d2eb4aaee786c5e2c4e335df2cf75e35091ec7d0fe1247f26f96c3f9e7c78d0b086d38154a3467ee079b4da91671fc3459426102c09ba47b44adde46135b4eba
2 parents 1c4463a + 6b2d8e8 commit b65f25a

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

packages/clock/src/clock/stopped/mod.rs

-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
/// Trait for types that can be used as a timestamp clock stopped
22
/// at a given time.
3-
43
#[allow(clippy::module_name_repetitions)]
54
pub struct StoppedClock {}
65

packages/clock/src/conv/mod.rs

-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ pub fn convert_from_timestamp_to_datetime_utc(duration: DurationSinceUnixEpoch)
4848
}
4949

5050
#[cfg(test)]
51-
5251
mod tests {
5352
use chrono::DateTime;
5453
use torrust_tracker_primitives::DurationSinceUnixEpoch;

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)