about summary refs log tree commit diff
diff options
context:
space:
mode:
authorSteve Klabnik <steve@steveklabnik.com>2015-01-13 20:52:27 -0500
committerSteve Klabnik <steve@steveklabnik.com>2015-01-13 21:11:47 -0500
commit40219249cf87585023e0d1b44de261dd56752142 (patch)
treec78855fef68075e93e7abb552f990cb419f267be
parent6ba9acd8ab0fc6ab5ce3776a1a50fe1431125ed8 (diff)
downloadrust-40219249cf87585023e0d1b44de261dd56752142.tar.gz
rust-40219249cf87585023e0d1b44de261dd56752142.zip
Re-direct to the right place.
Why redirect Tutorial -> Guide -> Book when you can just Tutorial -> Book?

Suggested here: http://www.reddit.com/r/rust/comments/2schav/is_it_possible_to_automatically_redirect/
-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 f6e64d89960..87f3a0c765c 100644
--- a/src/doc/tutorial.md
+++ b/src/doc/tutorial.md
@@ -1,3 +1,3 @@
 % The Rust Tutorial
 
-This tutorial has been deprecated in favor of [the Guide](guide.html). Go check that out instead!
+This tutorial has been deprecated in favor of [the Book](book/index.html). Go check that out instead!