From 701919b5d09eae919348d086d496ce23f9578301 Mon Sep 17 00:00:00 2001 From: hsi <53867065+username@users.noreply.github.com> Date: Sat, 9 May 2020 13:14:19 +0200 Subject: [PATCH] Fix link of formatting traits --- src/hello/print.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hello/print.md b/src/hello/print.md index 6efa8eb711..afc72537de 100644 --- a/src/hello/print.md +++ b/src/hello/print.md @@ -89,6 +89,6 @@ and [`traits`][traits] [macros]: ../macros.md [string]: ../std/str.md [structs]: ../custom_types/structs.md -[traits]: ../trait.md +[traits]: https://doc.rust-lang.org/std/fmt/#formatting-traits [`ToString`]: https://doc.rust-lang.org/std/string/trait.ToString.html [convert]: ../conversion/string.md