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.
This commit is contained in:
bors 2014-04-22 14:21:35 -07:00
commit 1e3358903d
1 changed files with 1 additions and 1 deletions

View File

@ -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