Skip to content

Commit 701919b

Browse files
committed
Fix link of formatting traits
1 parent f23a1f4 commit 701919b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/hello/print.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,6 @@ and [`traits`][traits]
8989
[macros]: ../macros.md
9090
[string]: ../std/str.md
9191
[structs]: ../custom_types/structs.md
92-
[traits]: ../trait.md
92+
[traits]: https://doc.rust-lang.org/std/fmt/#formatting-traits
9393
[`ToString`]: https://doc.rust-lang.org/std/string/trait.ToString.html
9494
[convert]: ../conversion/string.md

0 commit comments

Comments
 (0)