about summary refs log tree commit diff
path: root/src/doc/tutorial.md
diff options
context:
space:
mode:
authorBrendan McLoughlin <btmcloughlin@gmail.com>2014-04-21 21:47:22 -0400
committerBrendan McLoughlin <btmcloughlin@gmail.com>2014-04-21 21:47:22 -0400
commit78cdec0951cde471fbc984b73ebf96d0308da7d4 (patch)
tree5bacb1fb9c78b84c91797d2e07659b01a8f5acfa /src/doc/tutorial.md
parent4401f88688eec9052f292ce3b3b8cb96da2853f2 (diff)
downloadrust-78cdec0951cde471fbc984b73ebf96d0308da7d4.tar.gz
rust-78cdec0951cde471fbc984b73ebf96d0308da7d4.zip
Update the "Additional tutorials" link
Diffstat (limited to 'src/doc/tutorial.md')
-rw-r--r--src/doc/tutorial.md2
1 files changed, 1 insertions, 1 deletions
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