Skip to content

Commit

Permalink
Fix 404 in Lifetimes README.md
Browse files Browse the repository at this point in the history
Link to Lifetimes (in Rust By Example) leads to a 404 page.  Removing the "/stable" slug fixes this.
  • Loading branch information
Akaito authored Jan 2, 2025
1 parent 1aec7c1 commit 76ce355
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exercises/16_lifetimes/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

0 comments on commit 76ce355

Please sign in to comment.