From 69021e1497f62d52fd2b41d5e5b71ca46b76d7c0 Mon Sep 17 00:00:00 2001 From: mo8it Date: Mon, 8 Jul 2024 16:00:12 +0200 Subject: Remove stable from book links --- exercises/05_vecs/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'exercises/05_vecs') 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) -- cgit v1.2.3