diff --git a/src/ch08-01-vectors.md b/src/ch08-01-vectors.md index 1541c05d4..3d2a5e453 100644 --- a/src/ch08-01-vectors.md +++ b/src/ch08-01-vectors.md @@ -163,7 +163,7 @@ element would be pointing to deallocated memory. The borrowing rules prevent programs from ending up in that situation. > Note: For more on the implementation details of the `Vec` type, see “The -> Rustonomicon” at https://doc.rust-lang.org/stable/nomicon/vec.html. +> Rustonomicon” at . ### Iterating over the Values in a Vector