mirror of
https://github.com/rust-lang/rustlings.git
synced 2025-12-28 06:49:19 +00:00
Fix 404 in Lifetimes README.md
Link to Lifetimes (in Rust By Example) leads to a 404 page. Removing the "/stable" slug fixes this.
This commit is contained in:
parent
1aec7c1152
commit
76ce355f68
@ -18,5 +18,5 @@ learning to write lifetime annotations.
|
||||
|
||||
## Further information
|
||||
|
||||
- [Lifetimes (in Rust By Example)](https://doc.rust-lang.org/stable/rust-by-example/scope/lifetime.html)
|
||||
- [Lifetimes (in Rust By Example)](https://doc.rust-lang.org/rust-by-example/scope/lifetime.html)
|
||||
- [Validating References with Lifetimes](https://doc.rust-lang.org/book/ch10-03-lifetime-syntax.html)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user