Skip to content

Commit a71d34f

Browse files
authored
Merge pull request #39 from chrissimpkins/master
Change rustc-dev-guide links to point to rustc-dev-guide.rust-lang.org
2 parents e2d4463 + aa03688 commit a71d34f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ enum Foo {
1414
type NineStrings = [&str, 3 * 3];
1515
```
1616

17-
The Rust compiler runs the [MIR](https://rust-lang.github.io/rustc-dev-guide/mir/index.html)
18-
in the [`MIR` interpreter (miri)](https://rust-lang.github.io/rustc-dev-guide/const-eval),
17+
The Rust compiler runs the [MIR](https://rustc-dev-guide.rust-lang.org/mir/index.html)
18+
in the [`MIR` interpreter (miri)](https://rustc-dev-guide.rust-lang.org/const-eval),
1919
which sort of is a virtual machine using `MIR` as "bytecode".
2020

2121
## Table of Contents

0 commit comments

Comments
 (0)