From: Brendan McLoughlin Date: Tue, 22 Apr 2014 01:47:22 +0000 (-0400) Subject: Update the "Additional tutorials" link X-Git-Url: https://git.lizzy.rs/?a=commitdiff_plain;h=78cdec0951cde471fbc984b73ebf96d0308da7d4;p=rust.git Update the "Additional tutorials" link --- diff --git a/src/doc/tutorial.md b/src/doc/tutorial.md index bd0851f9700..839c9f982f0 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