about summary refs log tree commit diff
diff options
context:
space:
mode:
authorBrian Anderson <banderson@mozilla.com>2015-05-08 13:18:04 -0700
committerBrian Anderson <banderson@mozilla.com>2015-05-08 13:19:02 -0700
commit51a1e83cb064484260110609834f8ecbc8f3f9a8 (patch)
treeb7ab471d8f84d3719227905353c500e1e24e2d7d
parentcf76e637450a861e94ef583340b8f080379a159a (diff)
downloadrust-51a1e83cb064484260110609834f8ecbc8f3f9a8.tar.gz
rust-51a1e83cb064484260110609834f8ecbc8f3f9a8.zip
doc: Remove mention of 30 minute intro
-rw-r--r--src/doc/index.md17
1 files changed, 8 insertions, 9 deletions
diff --git a/src/doc/index.md b/src/doc/index.md
index 5a437e959b7..355297685a1 100644
--- a/src/doc/index.md
+++ b/src/doc/index.md
@@ -5,15 +5,14 @@ to jump to any particular section.
 
 # Getting Started
 
-If you haven't seen Rust at all yet, the first thing you should read is the [30
-minute intro](intro.html). It will give you an overview of the basic ideas of Rust
-at a high level.
-
-Once you know you really want to learn Rust, the next step is reading [The
-Rust Programming Language](book/index.html). It is a lengthy explanation of
-Rust, its syntax, and its concepts. Upon completing the book, you'll be an
-intermediate Rust developer, and will have a good grasp of the fundamental
-ideas behind Rust.
+If you haven't seen Rust at all yet, the first thing you should read is the
+introduction to [The Rust Programming Language](book/index.html). It'll give
+you a good idea of what Rust is like.
+
+The book provides a lengthy explanation of Rust, its syntax, and its
+concepts. Upon completing the book, you'll be an intermediate Rust
+developer, and will have a good grasp of the fundamental ideas behind
+Rust.
 
 [Rust By Example][rbe] was originally a community resource, but was then
 donated to the Rust project. As the name implies, it teaches you Rust through a