Skip to content

Link to sections in the book's README.md #21015

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jan 16, 2015
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions src/doc/trpl/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ memory safe without using garbage collection.
"The Rust Programming Language" is split into three sections, which you can
navigate through the menu on the left.

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

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

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

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

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

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

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