X-Git-Url: https://git.ralfj.de/rust-101.git/blobdiff_plain/bc8b6a556edacde1fcdb3bc9c1568373bc31d2d8..0da6e9205576b3191f45190a18d1f7d1e33fb0ea:/src/main.rs 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.