diff --git a/book/src/chapter-1/README.md b/book/src/chapter-1/README.md index dd81ff9..9d33e83 100644 --- a/book/src/chapter-1/README.md +++ b/book/src/chapter-1/README.md @@ -3,7 +3,7 @@ Assuming you already know what is [**Rust**](http://rust-lang.org) and already decided to start learning it. Here are some steps for you to follow: -1) Take a tour of [**Rust Syntax** and **Coding Style**](https://learnxinyminutes.com/docs/rust/) and [**Tour if Rust**](https://tourofrust.com/) +1) Take a tour of [**Rust Syntax** and **Coding Style**](https://learnxinyminutes.com/docs/rust/) and [**Tour of Rust**](https://tourofrust.com/) 2) Watch some **screencasts** to get basics of **Ownership &Borrowing** concept [http://intorust.com/](http://intorust.com/) or if you understand Portuguese watch [Aprenda Rust](https://bit.ly/aprendarust) 3) Follow this set of runnable examples to understand how everything fit together @@ -28,4 +28,4 @@ decided to start learning it. Here are some steps for you to follow: * [**Anthology**](https://github.com/brson/rust-anthology/blob/master/master-list.md) 6) Patterns and Good Practices * [**Rust Patterns**](https://github.com/rust-unofficial/patterns) - * [**API Guidelines**](https://rust-lang-nursery.github.io/api-guidelines/) \ No newline at end of file + * [**API Guidelines**](https://rust-lang-nursery.github.io/api-guidelines/)