summaryrefslogtreecommitdiff
path: root/exercises/05_vecs/README.md
diff options
context:
space:
mode:
authormo8it <mo8it@proton.me>2024-07-08 16:00:12 +0200
committermo8it <mo8it@proton.me>2024-07-08 16:00:12 +0200
commit69021e1497f62d52fd2b41d5e5b71ca46b76d7c0 (patch)
tree6b908e0e1ae7bd06905adb005e86fe48c287073e /exercises/05_vecs/README.md
parent08c408aae042509526e8cc1f175e7a010836f53d (diff)
Remove stable from book links
Diffstat (limited to 'exercises/05_vecs/README.md')
-rw-r--r--exercises/05_vecs/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/exercises/05_vecs/README.md b/exercises/05_vecs/README.md
index 8ff9b85..e1b6128 100644
--- a/exercises/05_vecs/README.md
+++ b/exercises/05_vecs/README.md
@@ -12,6 +12,6 @@ the other useful data structure, hash maps, later.
## Further information
-- [Storing Lists of Values with Vectors](https://doc.rust-lang.org/stable/book/ch08-01-vectors.html)
+- [Storing Lists of Values with Vectors](https://doc.rust-lang.org/book/ch08-01-vectors.html)
- [`iter_mut`](https://doc.rust-lang.org/std/primitive.slice.html#method.iter_mut)
- [`map`](https://doc.rust-lang.org/std/iter/trait.Iterator.html#method.map)