From aa03688863d5f5ef589f0d84c1e1763cda5f7783 Mon Sep 17 00:00:00 2001 From: Chris Simpkins Date: Mon, 9 Mar 2020 17:36:19 -0400 Subject: [PATCH] rename rust-lang.github.io to rustc-dev-guide.rust-lang.org --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 39548a2..1481ae0 100644 --- a/README.md +++ b/README.md @@ -14,8 +14,8 @@ enum Foo { type NineStrings = [&str, 3 * 3]; ``` -The Rust compiler runs the [MIR](https://rust-lang.github.io/rustc-dev-guide/mir/index.html) -in the [`MIR` interpreter (miri)](https://rust-lang.github.io/rustc-dev-guide/const-eval), +The Rust compiler runs the [MIR](https://rustc-dev-guide.rust-lang.org/mir/index.html) +in the [`MIR` interpreter (miri)](https://rustc-dev-guide.rust-lang.org/const-eval), which sort of is a virtual machine using `MIR` as "bytecode". ## Table of Contents