From b9139fba12767cdcacd147a11f4265e22f59ece2 Mon Sep 17 00:00:00 2001 From: Corey Richardson Date: Fri, 27 Jun 2014 15:15:21 -0700 Subject: [PATCH] Updated Note getting started developing Rust (markdown) --- Note-getting-started-developing-Rust.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Note-getting-started-developing-Rust.md b/Note-getting-started-developing-Rust.md index 9d9cf07..a716810 100644 --- a/Note-getting-started-developing-Rust.md +++ b/Note-getting-started-developing-Rust.md @@ -149,7 +149,7 @@ See [[building for Android|Doc-building-for-android]] ## Downloading and building Rust -Before you get started, you should quickly review the [Build system notes here](note-build-system) which describes the Make targets among other things. +Before you get started, you should quickly review the [build system notes](https://github.com/rust-lang/rust/blob/master/Makefile.in#L11) which describes the Make targets among other things. ~~~~bash git clone git://github.com/mozilla/rust.git