about summary refs log tree commit diff
path: root/src/doc/tutorial.md
diff options
context:
space:
mode:
authorSteven Fackler <sfackler@gmail.com>2014-02-14 23:44:31 -0800
committerSteven Fackler <sfackler@gmail.com>2014-02-14 23:45:57 -0800
commite7147ce84ff5d3e8d0e73a0dad3e901f5dc510c5 (patch)
treef620a72e6f32785d4c1a0621accef81d4e0c75a0 /src/doc/tutorial.md
parentf0bad904a1b53c5c5972e24edd79a96a1d442576 (diff)
downloadrust-e7147ce84ff5d3e8d0e73a0dad3e901f5dc510c5.tar.gz
rust-e7147ce84ff5d3e8d0e73a0dad3e901f5dc510c5.zip
Remove broken link to old conditions tutorial
Diffstat (limited to 'src/doc/tutorial.md')
-rw-r--r--src/doc/tutorial.md2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/doc/tutorial.md b/src/doc/tutorial.md
index d620ed0b54f..a007ac20b89 100644
--- a/src/doc/tutorial.md
+++ b/src/doc/tutorial.md
@@ -3240,7 +3240,6 @@ guides on individual topics.
 * [Macros][macros]
 * [The foreign function interface][ffi]
 * [Containers and iterators][container]
-* [Error-handling and Conditions][conditions]
 * [Documenting Rust code][rustdoc]
 * [Testing Rust code][testing]
 * [The Rust Runtime][runtime]
@@ -3253,7 +3252,6 @@ There is further documentation on the [wiki], however those tend to be even more
 [macros]: guide-macros.html
 [ffi]: guide-ffi.html
 [container]: guide-container.html
-[conditions]: guide-conditions.html
 [testing]: guide-testing.html
 [runtime]: guide-runtime.html
 [rustdoc]: rustdoc.html