about summary refs log tree commit diff
path: root/src/doc/rustc-dev-guide
diff options
context:
space:
mode:
authorsaki-osive <62865682+saki-osive@users.noreply.github.com>2021-01-15 03:40:08 +0530
committerGitHub <noreply@github.com>2021-01-14 14:10:08 -0800
commit01bc71443cc670b0985bd009c66a06e501f0634d (patch)
treed810784df62ab4f67a8c114705933c698cea6d99 /src/doc/rustc-dev-guide
parent1ac8ff22d8b9547eaca654dcca8b6ac66dabb195 (diff)
downloadrust-01bc71443cc670b0985bd009c66a06e501f0634d.tar.gz
rust-01bc71443cc670b0985bd009c66a06e501f0634d.zip
Corrected MIR file path and fixed a typo (#1020)
Diffstat (limited to 'src/doc/rustc-dev-guide')
-rw-r--r--src/doc/rustc-dev-guide/README.md2
-rw-r--r--src/doc/rustc-dev-guide/src/part-5-intro.md2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/doc/rustc-dev-guide/README.md b/src/doc/rustc-dev-guide/README.md
index 5448ca9bbc0..c8507374e20 100644
--- a/src/doc/rustc-dev-guide/README.md
+++ b/src/doc/rustc-dev-guide/README.md
@@ -16,7 +16,7 @@ for the docs you're looking for instead of reading them top to bottom.
 
 ### Contributing to the guide
 
-The guide is useful today, but it has a lot of work still go.
+The guide is useful today, but it has a lot of work still to go.
 
 If you'd like to help improve the guide, we'd love to have you! You can find
 plenty of issues on the [issue
diff --git a/src/doc/rustc-dev-guide/src/part-5-intro.md b/src/doc/rustc-dev-guide/src/part-5-intro.md
index 82663b5625e..78e6fa2e9bc 100644
--- a/src/doc/rustc-dev-guide/src/part-5-intro.md
+++ b/src/doc/rustc-dev-guide/src/part-5-intro.md
@@ -9,7 +9,7 @@ and transform it into [MIR]. We have also shown how the compiler does various
 analyses on the code to detect things like type or lifetime errors. Now, we
 will finally take the MIR and produce some executable machine code.
 
-[MIR]: ./mir/index.html
+[MIR]: ./mir/index.md
 
 > NOTE: This part of a compiler is often called the _backend_ the term is a bit
 > overloaded because in the compiler source, it usually refers to the "codegen