From 8d5f7d23808e5d0002dd306b95e52583fac73eea Mon Sep 17 00:00:00 2001 From: catamorphism Date: Tue, 8 May 2012 13:59:51 -0700 Subject: [PATCH] Correct link markup --- Note-rustc-hacking-guide.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Note-rustc-hacking-guide.md b/Note-rustc-hacking-guide.md index 59bb29e..741c8df 100644 --- a/Note-rustc-hacking-guide.md +++ b/Note-rustc-hacking-guide.md @@ -1,5 +1,5 @@ This is a collection of pages intended to help new hackers learn their way around the internals of the Rust compiler. It will probably always be incomplete. Please help by extending and adding pages as you learn new things about the compiler. -*[[Note rustc hacking guide - Front end|Front end]] -*[[Note rustc hacking guide - Front end|Middle end]] -*[[Note rustc hacking guide - Front end|Back end]] \ No newline at end of file +* [Front end](Note rustc hacking guide - Front end) +* [Middle end](Note rustc hacking guide - Middle end) +* [Back end](Note rustc hacking guide - Back end) \ No newline at end of file