fix README link

This commit is contained in:
Trevor Spiteri 2019-05-28 14:24:59 +02:00
parent fce0beaeb5
commit 5aeeeca16e
1 changed files with 1 additions and 1 deletions

View File

@ -233,5 +233,5 @@ additional terms or conditions.
[`Into`]: https://doc.rust-lang.org/nightly/std/convert/trait.Into.html
[`U20F12`]: https://docs.rs/fixed/0.3.2/fixed/types/type.U20F12.html
[`f16`]: https://docs.rs/half/^1/half/struct.f16.html
[`from_fixed`]: struct.FixedI8.html#method.from_fixed
[`from_fixed`]: https://docs.rs/fixed/0.3.2/fixed/struct.FixedI8.html#method.from_fixed
[const generics]: https://github.com/rust-lang/rust/issues/44580