Skip to content

Commit

Permalink
Merge torrust#1054: Fix link to containers docs
Browse files Browse the repository at this point in the history
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
  • Loading branch information
josecelano committed Oct 2, 2024
2 parents 1c4463a + 6b2d8e8 commit b65f25a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
1 change: 0 additions & 1 deletion packages/clock/src/clock/stopped/mod.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
/// Trait for types that can be used as a timestamp clock stopped
/// at a given time.

#[allow(clippy::module_name_repetitions)]
pub struct StoppedClock {}

Expand Down
1 change: 0 additions & 1 deletion packages/clock/src/conv/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ pub fn convert_from_timestamp_to_datetime_utc(duration: DurationSinceUnixEpoch)
}

#[cfg(test)]

mod tests {
use chrono::DateTime;
use torrust_tracker_primitives::DurationSinceUnixEpoch;
Expand Down
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).
//!
//! # 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 b65f25a

Please sign in to comment.