Skip to content

Commit

Permalink
Fix dead links in chrono-tz readme and reflow
Browse files Browse the repository at this point in the history
  • Loading branch information
pitdicker committed Apr 16, 2024
1 parent 8441579 commit dec53ab
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -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 [`TimeZone`] 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

Expand Down

0 comments on commit dec53ab

Please sign in to comment.