|
14 | 14 | </header>
|
15 | 15 | <div class="row">
|
16 | 16 | <div class="eight columns" id="the-book">
|
17 |
| - <p>Affectionately nicknamed "the book," <a href="https://doc.rust-lang.org/book/">The Rust Programming |
18 |
| - Language</a> will give you an overview of the language from first |
| 17 | + <p>Affectionately nicknamed "the book," The Rust Programming |
| 18 | + Language will give you an overview of the language from first |
19 | 19 | principles. You'll build a few projects along the way, and by the
|
20 | 20 | end, you'll have a solid grasp of the language.</p>
|
21 |
| - <a class="button button-secondary" href="https://doc.rust-lang.org/book/">Read the Book!</a> |
| 21 | + <a class="button button-secondary" href="https://doc.rust-lang.org/book/"></a>Read the Book!</a> |
22 | 22 | <p>If reading multiple hundreds of pages about a language isn't your
|
23 |
| - style, then <a href="https://doc.rust-lang.org/rust-by-example/">Rust |
24 |
| - By Example</a> has you covered. While the book talks about code with |
| 23 | + style, then Rust |
| 24 | + By Example has you covered. While the book talks about code with |
25 | 25 | a lot of words, RBE shows off a bunch of code, and keeps the talking
|
26 | 26 | to a minimum. It also includes exercises!</p>
|
27 | 27 | <a class="button button-secondary" href="https://doc.rust-lang.org/book/">Check out Rust by example</a>
|
|
142 | 142 | <div class="row">
|
143 | 143 | <div class="four columns book" id="the-reference">
|
144 | 144 | <img src="/static/images/reference.svg" />
|
145 |
| - <p><a href="https://doc.rust-lang.org/reference/index.html">The Reference</a> is not a formal spec, but is more |
| 145 | + <p>The Reference is not a formal spec, but is more |
146 | 146 | detailed and comprehensive than the book.</p>
|
147 | 147 | <a class="button button-secondary" href="https://doc.rust-lang.org/reference/index.html">Read the reference</a>
|
148 | 148 | </div>
|
149 | 149 | <div class="four columns book" id="rustonomicon">
|
150 | 150 | <img src="/static/images/nomicon.svg" />
|
151 |
| - <p><a href="https://doc.rust-lang.org/nomicon/index.html">The Rustonomicon</a> is your guidebook to the dark |
| 151 | + <p>The Rustonomicon is your guidebook to the dark |
152 | 152 | arts of unsafe Rust. It's also sometimes called "the 'nomicon."</p>
|
153 | 153 | <a class="button button-secondary" href="https://doc.rust-lang.org/nomicon/index.html">Read the nomicon</a>
|
154 | 154 | </div>
|
155 | 155 | <div class="four columns book" id="the-unstable-book">
|
156 | 156 | <img src="/static/images/unstable.svg" />
|
157 |
| - <p><a href="https://doc.rust-lang.org/unstable-book/index.html">The Unstable Book</a> has documentation for |
| 157 | + <p>The Unstable Book has documentation for |
158 | 158 | unstable features that you can only use with nightly Rust.</p>
|
159 | 159 | <a class="button button-secondary" href="https://doc.rust-lang.org/unstable-book/index.html">Read the unstable book</a>
|
160 | 160 | </div>
|
|
0 commit comments