Skip to content

Commit fbb5c5b

Browse files
authored
v2: Link to relevant issues. (#317)
1 parent 2d98b37 commit fbb5c5b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,16 @@ rust-smallvec
33

44
> **⚠️ Note:**
55
> This is the code for smallvec 2.0, which is not yet ready for release. For
6-
> details about the changes in version 2.0, please see #183, #240, and #284.
6+
> details about the changes in version 2.0, please see [#183], [#240], and [#284].
77
>
88
> The source code for the latest smallvec 1.x.y release can be found on the
99
> [v1 branch]. Bug fixes for smallvec 1 should be based on that branch, while
1010
> new feature development should go on the v2 branch.
1111
1212
[v1 branch]: https://github.com/servo/rust-smallvec/tree/v1
13+
[#183]: https://github.com/servo/rust-smallvec/issues/183
14+
[#240]: https://github.com/servo/rust-smallvec/issues/240
15+
[#284]: https://github.com/servo/rust-smallvec/issues/284
1316

1417
## About smallvec
1518

0 commit comments

Comments
 (0)