summary refs log tree commit diff
path: root/src/doc/tutorial.md
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2014-04-22 14:21:35 -0700
committerbors <bors@rust-lang.org>2014-04-22 14:21:35 -0700
commit1e3358903d1ca150856183a696701b7dc7ceb568 (patch)
treee634d2054f785f4ab2bd3b78ba4ddd914cc4f875 /src/doc/tutorial.md
parent16a5b3127a97424108180a79dcd4cd53a5646e24 (diff)
parent78cdec0951cde471fbc984b73ebf96d0308da7d4 (diff)
downloadrust-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.md2
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