diff options
| author | Heejong Ahn <heejongahn@gmail.com> | 2015-04-26 02:04:38 +0900 |
|---|---|---|
| committer | Heejong Ahn <heejongahn@gmail.com> | 2015-04-26 02:04:38 +0900 |
| commit | 9a2a06cf43f9bb8d588bebbea85cda29642ca36c (patch) | |
| tree | 6412bc4774a7ea04184ecc0f21fa7d1963722a8f | |
| parent | 83263b48c39ef0e21cc9872191f4ce4877f4e05f (diff) | |
| download | rust-9a2a06cf43f9bb8d588bebbea85cda29642ca36c.tar.gz rust-9a2a06cf43f9bb8d588bebbea85cda29642ca36c.zip | |
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
| -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 |
