From b95e4860eeca92bef40b8501a1dbeee634a279b9 Mon Sep 17 00:00:00 2001 From: Steve Klabnik Date: Thu, 19 Sep 2013 14:14:28 -0700 Subject: [PATCH] Fix link from tutorial to rustpkg tutorial I got my markdown syntax wrong: named links use []s, not ()s. --- doc/tutorial.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/tutorial.md b/doc/tutorial.md index d9b55ba4d9565..78cb0d18cacd1 100644 --- a/doc/tutorial.md +++ b/doc/tutorial.md @@ -2979,7 +2979,7 @@ tutorials on individual topics. * [The foreign function interface][ffi] * [Containers and iterators](tutorial-container.html) * [Error-handling and Conditions](tutorial-conditions.html) -* [Packaging up Rust code](rustpkg) +* [Packaging up Rust code][rustpkg] There is further documentation on the [wiki], however those tend to be even more out of date as this document.