From 2714e64d0c04a59c0df4aff6a9ae011f06ebe2e0 Mon Sep 17 00:00:00 2001 From: Kaushik Thirthappa Date: Fri, 20 Sep 2013 13:00:09 +0530 Subject: [PATCH] fix the link for tutorial in readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 30ad2bd112f8c..2505c845ba6ef 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ documentation. > the binary installer the Windows build requires a MinGW installation, > the precise details of which are not discussed here. -[tutorial]: http://static.rust-lang.org/doc/tutorial.html +[tutorial]: http://static.rust-lang.org/doc/master/tutorial.html [wiki-start]: https://github.com/mozilla/rust/wiki/Note-getting-started-developing-Rust [win-exe]: http://static.rust-lang.org/dist/rust-0.7-install.exe @@ -61,7 +61,7 @@ documentation. [repo]: https://github.com/mozilla/rust [tarball]: http://static.rust-lang.org/dist/rust-0.7.tar.gz -[tutorial]: http://static.rust-lang.org/doc/tutorial.html +[tutorial]: http://static.rust-lang.org/doc/master/tutorial.html ## Notes