From: LukeMathWalker <20745048+LukeMathWalker@users.noreply.github.com> Date: Tue, 14 May 2024 08:53:34 +0000 (+0200) Subject: Link directly to `String` type. X-Git-Url: http://git.euphorik.ch/?a=commitdiff_plain;h=a91ff83a75a9b51fc80a3911eab90ffb6d36e971;p=rust_exercises.git Link directly to `String` type. --- diff --git a/book/src/03_ticket_v1/02_validation.md b/book/src/03_ticket_v1/02_validation.md index 866dd2c..7af7a1f 100644 --- a/book/src/03_ticket_v1/02_validation.md +++ b/book/src/03_ticket_v1/02_validation.md @@ -21,5 +21,5 @@ We can do better than that! ## Further reading -- Check out [`String`'s documentation](https://doc.rust-lang.org/std/string/index.html) +- Check out [`String`'s documentation](https://doc.rust-lang.org/std/string/struct.String.html) for a thorough overview of the methods it provides. You'll need it for the exercise! \ No newline at end of file