From e7147ce84ff5d3e8d0e73a0dad3e901f5dc510c5 Mon Sep 17 00:00:00 2001 From: Steven Fackler Date: Fri, 14 Feb 2014 23:44:31 -0800 Subject: [PATCH] Remove broken link to old conditions tutorial --- src/doc/tutorial.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/doc/tutorial.md b/src/doc/tutorial.md index d620ed0b54f37..a007ac20b89fc 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