diff options
| author | mark <markm@cs.wisc.edu> | 2020-06-02 19:53:54 -0500 |
|---|---|---|
| committer | Who? Me?! <mark-i-m@users.noreply.github.com> | 2020-06-18 12:16:00 -0500 |
| commit | cee0be6ad4dae61f94d747e8165fa988dd21e995 (patch) | |
| tree | 3d60c0ade6cbb3921ab00b521e5e0806986dcfbf /src/doc/rustc-dev-guide | |
| parent | 74ee00932e8f82cddc01434aacb5ec229f025c97 (diff) | |
| download | rust-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.md | 2 |
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 |
