about summary refs log tree commit diff
path: root/src/doc/rustc-dev-guide
diff options
context:
space:
mode:
authormark <markm@cs.wisc.edu>2020-06-02 19:53:54 -0500
committerWho? Me?! <mark-i-m@users.noreply.github.com>2020-06-18 12:16:00 -0500
commitcee0be6ad4dae61f94d747e8165fa988dd21e995 (patch)
tree3d60c0ade6cbb3921ab00b521e5e0806986dcfbf /src/doc/rustc-dev-guide
parent74ee00932e8f82cddc01434aacb5ec229f025c97 (diff)
downloadrust-cee0be6ad4dae61f94d747e8165fa988dd21e995.tar.gz
rust-cee0be6ad4dae61f94d747e8165fa988dd21e995.zip
fix link
Diffstat (limited to 'src/doc/rustc-dev-guide')
-rw-r--r--src/doc/rustc-dev-guide/src/getting-started.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/rustc-dev-guide/src/getting-started.md b/src/doc/rustc-dev-guide/src/getting-started.md
index 3c3781da880..9fa76817a44 100644
--- a/src/doc/rustc-dev-guide/src/getting-started.md
+++ b/src/doc/rustc-dev-guide/src/getting-started.md
@@ -327,7 +327,7 @@ benchmarks on a compiler with your changes. The numbers are reported
 [here][perf], and you can see a comparison of your changes against the latest
 master.
 
-[perf]: https://perf.rust-lang.org/dashboard.html
+[perf]: https://perf.rust-lang.org
 
 ## Other Resources