From 56ca5f837e1f9ba1017bc5b9b84f42425e1e3a1e Mon Sep 17 00:00:00 2001 From: JeremyLetang Date: Tue, 11 Feb 2014 09:42:52 -0500 Subject: [PATCH] remove dead link to rustpkg documentation --- src/doc/index.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/doc/index.md b/src/doc/index.md index ebc5a1a3c46..9d6ab27598f 100644 --- a/src/doc/index.md +++ b/src/doc/index.md @@ -18,7 +18,6 @@ li {list-style-type: none; } * [Tasks and Communication](guide-tasks.html) * [Foreign Function Interface](guide-ffi.html) * [Macros](guide-macros.html) -* [Packaging](guide-rustpkg.html) * [Testing](guide-testing.html) * [Conditions](guide-conditions.html) * [Rust's Runtime](guide-runtime.html) @@ -32,7 +31,6 @@ li {list-style-type: none; } * [The 1:1 runtime library, `libnative`](native/index.html) * [The Rust libuv library, `librustuv`](rustuv/index.html) -* [The Rust packaging library, `librustpkg`](rustpkg/index.html) * [The Rust parser, `libsyntax`](syntax/index.html) * [The Rust compiler, `librustc`](rustc/index.html)