summaryrefslogtreecommitdiff
path: root/exercises
diff options
context:
space:
mode:
authorhxztnxt <hxztnxt@hotmail.com>2023-03-16 00:56:15 +0100
committerhxztnxt <hxztnxt@hotmail.com>2023-03-16 00:56:15 +0100
commit5d91c86cf294e503f5580ea648f0d9140b895d7b (patch)
treee08b2ae4d978971f5bc0ef52b4e5c01b1062cc12 /exercises
parent9acefe8b3a2bed6e23dc31e9c1d5e9c5f6ab7596 (diff)
change order of references in README.md
Diffstat (limited to 'exercises')
-rw-r--r--exercises/lifetimes/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/exercises/lifetimes/README.md b/exercises/lifetimes/README.md
index 72befb3..db1931a 100644
--- a/exercises/lifetimes/README.md
+++ b/exercises/lifetimes/README.md
@@ -13,5 +13,5 @@ restrictive of their callers.
## Further information
-- [Validating References with Lifetimes](https://doc.rust-lang.org/book/ch10-03-lifetime-syntax.html)
- [Lifetimes (in Rust By Example)](https://doc.rust-lang.org/stable/rust-by-example/scope/lifetime.html)
+- [Validating References with Lifetimes](https://doc.rust-lang.org/book/ch10-03-lifetime-syntax.html)