From 464c53546dcfa3da3dceea701e4be829b7c2c308 Mon Sep 17 00:00:00 2001 From: Kevin Mehall Date: Sun, 24 Feb 2019 14:17:11 -0800 Subject: [PATCH] Update rustc-guide link in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 561f87b..432a263 100644 --- a/README.md +++ b/README.md @@ -103,4 +103,4 @@ If you are unsure, open a pull request anyway and we would be glad to help! [upstream]: https://github.com/rust-lang/rust/tree/master/src/tools/compiletest [src]: https://github.com/rust-lang/rust/tree/master/src/tools/compiletest/src -[tests]: https://rust-lang-nursery.github.io/rustc-guide/tests/adding.html#header-commands-configuring-rustc +[tests]: https://rust-lang.github.io/rustc-guide/tests/adding.html#header-commands-configuring-rustc