diff options
| author | bors <bors@rust-lang.org> | 2014-04-22 14:21:35 -0700 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2014-04-22 14:21:35 -0700 |
| commit | 1e3358903d1ca150856183a696701b7dc7ceb568 (patch) | |
| tree | e634d2054f785f4ab2bd3b78ba4ddd914cc4f875 /src/doc/tutorial.md | |
| parent | 16a5b3127a97424108180a79dcd4cd53a5646e24 (diff) | |
| parent | 78cdec0951cde471fbc984b73ebf96d0308da7d4 (diff) | |
| download | rust-1e3358903d1ca150856183a696701b7dc7ceb568.tar.gz rust-1e3358903d1ca150856183a696701b7dc7ceb568.zip | |
auto merge of #13673 : bmac/rust/utorial-fix, r=alexcrichton
This pr updates the "Additional tutorials" link in the scope section to match the "What next?" link in the table of contents.
Diffstat (limited to 'src/doc/tutorial.md')
| -rw-r--r-- | src/doc/tutorial.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/tutorial.md b/src/doc/tutorial.md index 8edd135b0f8..9f15fd1934f 100644 --- a/src/doc/tutorial.md +++ b/src/doc/tutorial.md @@ -33,7 +33,7 @@ pleasant high-level features include: This is an introductory tutorial for the Rust programming language. It covers the fundamentals of the language, including the syntax, the type system and memory model, generics, and modules. [Additional -tutorials](#what-next) cover specific language features in greater +tutorials](#what-next?) cover specific language features in greater depth. This tutorial assumes that the reader is already familiar with one or |
