Skip to content

Commit 766c7d9

Browse files
committed
Merge pull request #21015 from steveklabnik/gh20852
Link to sections in the book's README.md Reviewed-by: alexcrichton
2 parents 4433643 + be40718 commit 766c7d9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/doc/trpl/README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ memory safe without using garbage collection.
88
"The Rust Programming Language" is split into three sections, which you can
99
navigate through the menu on the left.
1010

11-
## Basics
11+
<h2 class="section-header"><a href="basic.html">Basics</a></h2>
1212

1313
This section is a linear introduction to the basic syntax and semantics of
1414
Rust. It has individual sections on each part of Rust's syntax, and culminates
@@ -17,15 +17,15 @@ in a small project: a guessing game.
1717
After reading "Basics," you will have a good foundation to learn more about
1818
Rust, and can write very simple programs.
1919

20-
## Intermediate
20+
<h2 class="section-header"><a href="intermediate.html">Intermediate</a></h2>
2121

2222
This section contains individual chapters, which are self-contained. They focus
2323
on specific topics, and can be read in any order.
2424

2525
After reading "Intermediate," you will have a solid understanding of Rust,
2626
and will be able to understand most Rust code and write more complex programs.
2727

28-
## Advanced
28+
<h2 class="section-header"><a href="advanced.html">Advanced</a></h2>
2929

3030
In a similar fashion to "Intermediate," this section is full of individual,
3131
deep-dive chapters, which stand alone and can be read in any order. These

0 commit comments

Comments
 (0)