From 64b7240f6f6e4b4307b7be06c8b17cf49de5af0b Mon Sep 17 00:00:00 2001 From: Paul Dicker Date: Tue, 16 Apr 2024 08:18:48 +0200 Subject: [PATCH] Fix dead links in chrono-tz readme --- README.md | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 02e2d42..40ed395 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,12 @@ # Chrono-TZ -`Chrono-TZ` is a library that provides implementors of the -[`TimeZone`][timezone] trait for [`rust-chrono`][chrono]. The -impls are generated by a build script using the [`IANA database`][iana] -and [`parse-zoneinfo`][parse_zoneinfo]. +`Chrono-TZ` is a library that provides implementors of the trait for [chrono]. The impls are +generated by a build script using the [`IANA database`][iana] and [`parse-zoneinfo`]. -[chrono]: https://github.com/lifthrasiir/rust-chrono -[timezone]: https://lifthrasiir.github.io/rust-chrono/chrono/offset/trait.TimeZone.html +[chrono]: https://crates.io/crates/chrono +[`TimeZone`]: https://docs.rs/chrono/latest/chrono/trait.TimeZone.html [iana]: http://www.iana.org/time-zones -[parse_zoneinfo]: https://github.com/djzin/parse-zoneinfo +[`parse-zoneinfo`]: https://crates.io/crates/parse-zoneinfo ## Documentation