Skip to content

Commit 9a2a06c

Browse files
committed
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
1 parent 83263b4 commit 9a2a06c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/doc/trpl/vectors.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,3 +56,4 @@ Vectors have many more useful methods, which you can read about in [their
5656
API documentation][vec].
5757

5858
[vec]: ../std/vec/index.html
59+
[generic]: generics.html

0 commit comments

Comments
 (0)