Fixed link to rfc-process (-> https://github.com/rust-lang/rfcs/pull/367)

mitaa
2014-10-29 09:35:29 -07:00
parent 26946bb977
commit 2cace41ed0
+1 -1
@@ -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]]