Link directly to `String` type.
authorLukeMathWalker <20745048+LukeMathWalker@users.noreply.github.com>
Tue, 14 May 2024 08:53:34 +0000 (10:53 +0200)
committerLukeMathWalker <20745048+LukeMathWalker@users.noreply.github.com>
Tue, 14 May 2024 08:53:34 +0000 (10:53 +0200)
book/src/03_ticket_v1/02_validation.md

index 866dd2c..7af7a1f 100644 (file)
@@ -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