diff --git a/README.md b/README.md index 76ab08a296c7a80e056a86c48b63ce9feecf8cf3..ead6b1bc181eebd0a17e0e8fa01dffedbc4903bc 100644 --- a/README.md +++ b/README.md @@ -75,11 +75,11 @@ Seminars About the course. Scheduling further seminars. Introduction to the Rust [ecosystem](doc/Ecosystem.md), and basics of Rust programming. - We will cover the Rust book [Rustbook Second Edition](https://doc.rust-lang.org/book/second-edition.html) sections - - * [1 - Introduction](https://doc.rust-lang.org/book/second-edition/ch01-00-introduction.html), - * [2 - Guessing Game Tutorial](https://doc.rust-lang.org/book/second-edition/ch02-00-guessing-game-tutorial.html), and - * [3 - Common Programming Concepts](https://doc.rust-lang.org/book/second-edition/ch03-00-common-programming-concepts.html). + We will cover the Rust book [Rustbook Second Edition](https://doc.rust-lang.org/book/second-edition.html) sections + + * [1 - Introduction](https://doc.rust-lang.org/book/second-edition/ch01-00-introduction.html), + * [2 - Guessing Game Tutorial](https://doc.rust-lang.org/book/second-edition/ch02-00-guessing-game-tutorial.html), and + * [3 - Common Programming Concepts](https://doc.rust-lang.org/book/second-edition/ch03-00-common-programming-concepts.html). * Assignment 1 @@ -104,15 +104,15 @@ Seminars We will cover the Rust book [Rustbook Second Edition](https://doc.rust-lang.org/book/second-edition.html) sections - * [4 - Understanding Ownership](https://doc.rust-lang.org/book/second-edition/ch04-00-understanding-ownership.html), - * [5 - Using Structs to Structure Related Data](https://doc.rust-lang.org/book/second-edition/ch05-00-structs.html), - * [6 - Enums and Pattern Matchings](https://doc.rust-lang.org/book/second-edition/ch06-00-enums.html), + * [4 - Understanding Ownership](https://doc.rust-lang.org/book/second-edition/ch04-00-understanding-ownership.html), + * [5 - Using Structs to Structure Related Data](https://doc.rust-lang.org/book/second-edition/ch05-00-structs.html), + * [6 - Enums and Pattern Matchings](https://doc.rust-lang.org/book/second-edition/ch06-00-enums.html), - * [7 - Modules](https://doc.rust-lang.org/book/second-edition/ch07-00-modules.html), - - * [8 - Common Collections](https://doc.rust-lang.org/book/second-edition/ch08-00-common-collections.html), and + * [7 - Modules](https://doc.rust-lang.org/book/second-edition/ch07-00-modules.html), + + * [8 - Common Collections](https://doc.rust-lang.org/book/second-edition/ch08-00-common-collections.html), and - * [9 - Error Handling](https://doc.rust-lang.org/book/second-edition/ch09-00-error-handling.html). + * [9 - Error Handling](https://doc.rust-lang.org/book/second-edition/ch09-00-error-handling.html). * Assignment 2