about summary refs log tree commit diff
path: root/src/doc
diff options
context:
space:
mode:
authorAlex Crichton <alex@alexcrichton.com>2015-04-21 15:23:17 -0700
committerAlex Crichton <alex@alexcrichton.com>2015-04-21 15:23:17 -0700
commit0feaf6154c8228451bd965cc1674e12451d2ef27 (patch)
tree0be2cb238c172f06b8834617b7c9818dbdc3cf3d /src/doc
parent83008b2e9bc6c58ef0d4f57ec4383423e6d1dcfb (diff)
parentf0a3b6c50909ad146e060d53d3bb4009c7dd4f37 (diff)
downloadrust-0feaf6154c8228451bd965cc1674e12451d2ef27.tar.gz
rust-0feaf6154c8228451bd965cc1674e12451d2ef27.zip
rollup merge of #24669: steveklabnik/fix
This section was added but the list wasn't updated.
Diffstat (limited to 'src/doc')
-rw-r--r--src/doc/trpl/README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/doc/trpl/README.md b/src/doc/trpl/README.md
index dfe837285c8..01ef88dde22 100644
--- a/src/doc/trpl/README.md
+++ b/src/doc/trpl/README.md
@@ -24,6 +24,7 @@ is the first. After this:
 * [Syntax and Semantics][ss] - Each bit of Rust, broken down into small chunks.
 * [Nightly Rust][nr] - Cutting-edge features that aren’t in stable builds yet.
 * [Glossary][gl] - A reference of terms used in the book.
+* [Academic Research][ar] - Literature that influenced Rust.
 
 [gs]: getting-started.html
 [lr]: learn-rust.html
@@ -31,6 +32,7 @@ is the first. After this:
 [ss]: syntax-and-semantics.html
 [nr]: nightly-rust.html
 [gl]: glossary.html
+[ar]: academic-research.html
 
 After reading this introduction, you’ll want to dive into either ‘Learn Rust’
 or ‘Syntax and Semantics’, depending on your preference: ‘Learn Rust’ if you