mirror of
https://github.com/rust-lang/rust.git
synced 2025-12-30 05:45:30 +00:00
Added a link address to Vectors page of the book
At https://doc.rust-lang.org/book/vectors.html, there should be a link to Generics page but the link address is ommitted and thus link is not functioning well. So I added a link definition to the vectors.md. r? @steveklabnik
This commit is contained in:
parent
83263b48c3
commit
9a2a06cf43
@ -56,3 +56,4 @@ Vectors have many more useful methods, which you can read about in [their
|
||||
API documentation][vec].
|
||||
|
||||
[vec]: ../std/vec/index.html
|
||||
[generic]: generics.html
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user