From 23ad2b319d3dfccfb23fa096da4fcbaee2f3a946 Mon Sep 17 00:00:00 2001 From: nick29581 Date: Tue, 18 Nov 2014 19:51:04 -0800 Subject: [PATCH] Updated Notes (markdown) --- Notes.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Notes.md b/Notes.md index fb635fb..38f72e2 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/text/0002-rfc-process.md) -- **read this for larger changes** +* [Note 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]] @@ -14,7 +14,7 @@ The developer forum is located at http://discuss.rust-lang.org/. * [[Note tag label names and definitions]] * [Note style guide](https://github.com/rust-lang/rust-guidelines) * [[Note bors usage]] - Instructing bors to build, check, and merge on github -* [[IRC notifications channel]] +* [[Note IRC notifications channel]] * [[Note testsuite]] - How Rust's tests are organized and operated * [[Note rustc hacking guide]] * [[Note code review]]