diff --git a/src/doc/trpl/vectors.md b/src/doc/trpl/vectors.md index 965cb218c699a..28d815c4eb735 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