From 2cace41ed093ed9d0bbbe44906714403ebca5711 Mon Sep 17 00:00:00 2001 From: mitaa Date: Wed, 29 Oct 2014 09:35:29 -0700 Subject: [PATCH] Fixed link to rfc-process (-> https://github.com/rust-lang/rfcs/pull/367) --- Notes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Notes.md b/Notes.md index 22d7a36..d282c50 100644 --- a/Notes.md +++ b/Notes.md @@ -6,7 +6,7 @@ The developer forum is located at http://discuss.rust-lang.org/. * [[Note guide for new contributors]] * [[Note getting started developing Rust]] -- How to **Build Rust** on your platform * [[Note development policy]] -- **please read this** -* [RFC process](https://github.com/rust-lang/rfcs/blob/master/active/0001-rfc-process.md) -- **read this for larger changes** +* [RFC process](https://github.com/rust-lang/rfcs/blob/master/text/0002-rfc-process.md) -- **read this for larger changes** * [[Note priority issue criteria]] -- criteria used for evaluating high priority issues * [[Note wiki conventions]] * [[Note compiler snapshots]]