diff --git a/exercises/gigasecond/.meta/hints.md b/exercises/gigasecond/.meta/hints.md index f8375dcdf..8abdf3097 100644 --- a/exercises/gigasecond/.meta/hints.md +++ b/exercises/gigasecond/.meta/hints.md @@ -1 +1 @@ -If you're unsure what operations you can perform on `DateTime` take a look at the [chrono crate](https://docs.rs/chrono/0.4.0/chrono/) which is listed as a dependency in the `Cargo.toml` file for this exercise. +If you're unsure what operations you can perform on `DateTime` take a look at the [chrono crate](https://docs.rs/chrono) which is listed as a dependency in the `Cargo.toml` file for this exercise. diff --git a/exercises/gigasecond/README.md b/exercises/gigasecond/README.md index 3dc461f9e..7b75cf3bd 100644 --- a/exercises/gigasecond/README.md +++ b/exercises/gigasecond/README.md @@ -4,7 +4,7 @@ Calculate the moment when someone has lived for 10^9 seconds. A gigasecond is 10^9 (1,000,000,000) seconds. -If you're unsure what operations you can perform on `DateTime` take a look at the [chrono crate](https://docs.rs/chrono/0.4.0/chrono/) which is listed as a dependency in the `Cargo.toml` file for this exercise. +If you're unsure what operations you can perform on `DateTime` take a look at the [chrono crate](https://docs.rs/chrono) which is listed as a dependency in the `Cargo.toml` file for this exercise. ## Rust Installation