From f0630fdc8bd10a40c988e295482882aa5fce207e Mon Sep 17 00:00:00 2001 From: blake2-ppc Date: Thu, 19 Sep 2013 07:38:30 +0200 Subject: [PATCH] doc: Fix the tutorial's link to rustpkg docs --- doc/tutorial.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/tutorial.md b/doc/tutorial.md index d9b55ba4d9565..b0d212273803e 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. @@ -2987,7 +2987,7 @@ There is further documentation on the [wiki], however those tend to be even more [tasks]: tutorial-tasks.html [macros]: tutorial-macros.html [ffi]: tutorial-ffi.html -[rustpkg]: tutorial-rustpkg.html +[rustpkg]: rustpkg.html [wiki]: https://github.com/mozilla/rust/wiki/Docs