From 026304cf151fc769851b923adcb82634de33601a Mon Sep 17 00:00:00 2001 From: blake2-ppc Date: Mon, 26 Aug 2013 18:10:40 +0200 Subject: [PATCH] doc: Link condition and error-handling tutorial from main tutorial --- doc/tutorial.md | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/tutorial.md b/doc/tutorial.md index c8136605aae..5737c3d8dcb 100644 --- a/doc/tutorial.md +++ b/doc/tutorial.md @@ -2553,6 +2553,7 @@ tutorials on individual topics. * [Macros][macros] * [The foreign function interface][ffi] * [Containers and iterators](tutorial-container.html) +* [Error-handling and Conditions](tutorial-conditions.html) There is further documentation on the [wiki].