From: Ralf Jung Date: Wed, 27 Sep 2023 11:48:51 +0000 (+0200) Subject: Merge pull request #42 from zdyxry/master X-Git-Url: https://git.ralfj.de/rust-101.git/commitdiff_plain/refs/remotes/github/master?hp=bc8b6a556edacde1fcdb3bc9c1568373bc31d2d8 Merge pull request #42 from zdyxry/master fix link to example --- diff --git a/src/main.rs b/src/main.rs index 2a0aa76..66a0ed7 100644 --- a/src/main.rs +++ b/src/main.rs @@ -119,7 +119,7 @@ fn main() { // // * [The Rust Book](https://doc.rust-lang.org/stable/book/) // * [The Rustonomicon](https://doc.rust-lang.org/nightly/nomicon/) -// * [Rust by Example](http://rustbyexample.com/) +// * [Rust by Example](https://doc.rust-lang.org/rust-by-example/) // * The [Rust Subreddit](https://www.reddit.com/r/rust/) // * A [collection of links](https://github.com/ctjhoa/rust-learning) to blog posts, articles, // videos, etc. for learning Rust.