Skip to content

Commit a7f97b7

Browse files
committed
Add links to README
1 parent ae84059 commit a7f97b7

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,12 @@
1212
[docs.rs]: https://docs.rs/into_ext/badge.svg
1313
[unsafe forbidden]: https://img.shields.io/badge/unsafe-forbidden-success.svg
1414

15-
Extension trait for the `Into` trait, offering a method `.into_::<T>()` to specify the target
15+
Extension trait for the [`Into`] trait, offering a method [`.into_::<T>()`] to specify the target
1616
type of conversion.
1717

18+
[`Into`]: https://doc.rust-lang.org/nightly/core/convert/trait.Into.html "Into"
19+
[`.into_::<T>()`]: https://docs.rs/into_ext/0.1/into_ext/trait.IntoExt.html#method.into_ "IntoExt::into_"
20+
1821
## License
1922
Licensed under either of
2023

0 commit comments

Comments
 (0)