From 78196d39eb406771e2a8e119c44bb831d6d40ed1 Mon Sep 17 00:00:00 2001 From: flip1995 Date: Sat, 4 Apr 2020 15:34:04 +0200 Subject: [PATCH] Fix link to internal rustc documentation --- src/compiler/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/compiler/README.md b/src/compiler/README.md index e89658502..452d0ef63 100644 --- a/src/compiler/README.md +++ b/src/compiler/README.md @@ -14,4 +14,4 @@ contribute and provide bug fixes for the compiler. [Compiler team]: https://rust-lang.github.io/compiler-team/ [FIXME page]: https://oli-obk.github.io/fixmeh/ [Rustc Dev Guide]: https://rustc-dev-guide.rust-lang.org/ -[internal documentation]: https://doc.rust-lang.org/nightly/nightly-rustc/rustc/ +[internal documentation]: https://doc.rust-lang.org/nightly/nightly-rustc/rustc_middle/