Auto merge of #24815 - heejongahn:master, r=steveklabnik

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:
bors 2015-04-26 01:37:58 +00:00
commit 20adc9533d

View file

@ -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