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