diff options
| author | bors <bors@rust-lang.org> | 2015-04-26 01:37:58 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2015-04-26 01:37:58 +0000 |
| commit | 20adc9533dbafb451451bb109f0fca8f50dd5741 (patch) | |
| tree | 32405176ef7dbe543b12c607542e8139f3888f05 | |
| parent | da623844a9b3f9164723bf7ef2c4744b539af13f (diff) | |
| parent | 9a2a06cf43f9bb8d588bebbea85cda29642ca36c (diff) | |
| download | rust-20adc9533dbafb451451bb109f0fca8f50dd5741.tar.gz rust-20adc9533dbafb451451bb109f0fca8f50dd5741.zip | |
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
| -rw-r--r-- | src/doc/trpl/vectors.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/doc/trpl/vectors.md b/src/doc/trpl/vectors.md index 965cb218c69..28d815c4eb7 100644 --- a/src/doc/trpl/vectors.md +++ b/src/doc/trpl/vectors.md @@ -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 |
