From 11444a9e35fe3cb5860814cb0be4fc19cb704b54 Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Tue, 1 Jul 2014 18:13:00 -0700 Subject: [PATCH] Updated Docs (markdown) --- Docs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Docs.md b/Docs.md index 307ce2c..aeb1764 100644 --- a/Docs.md +++ b/Docs.md @@ -1,7 +1,7 @@ Rust's primary documentation, including the tutorial, guides and manual, are on the Rust website. The wiki is mostly used for in-progress documentation or somewhat random pieces of advice/hints, as well as fast-evolving community maintained lists. * [Master](http://static.rust-lang.org/doc/master/index.html) - documentation for the 'master' branch of the git repository. -* [Release 0.10](http://static.rust-lang.org/doc/0.10/index.html) - documentation for the latest release. +* [Release 0.11.0](http://doc.rust-lang.org/0.11.0/index.html) - documentation for the latest release. Additional supplementary documentation is maintained here on the wiki.