diff options
| author | Niko Matsakis <niko@alum.mit.edu> | 2018-09-07 11:29:45 -0400 |
|---|---|---|
| committer | Who? Me?! <mark-i-m@users.noreply.github.com> | 2018-09-10 19:25:29 -0500 |
| commit | f62bcbaa1f5f33a0e429c3d36ca2a71f3262c531 (patch) | |
| tree | 8ae582639127986430033c20e3e94782f6191904 /src/doc | |
| parent | f8e02179816da1d23fb74dc00bc5550c39179188 (diff) | |
| download | rust-f62bcbaa1f5f33a0e429c3d36ca2a71f3262c531.tar.gz rust-f62bcbaa1f5f33a0e429c3d36ca2a71f3262c531.zip | |
fix link
Diffstat (limited to 'src/doc')
| -rw-r--r-- | src/doc/rustc-dev-guide/src/profiling/with_perf.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/doc/rustc-dev-guide/src/profiling/with_perf.md b/src/doc/rustc-dev-guide/src/profiling/with_perf.md index 498dc139619..be6a8a477b2 100644 --- a/src/doc/rustc-dev-guide/src/profiling/with_perf.md +++ b/src/doc/rustc-dev-guide/src/profiling/with_perf.md @@ -12,7 +12,9 @@ This is a guide for how to profile rustc with [perf](https://perf.wiki.kernel.or - leave everything else the defaults - Run `./x.py build` to get a full build - Make a rustup toolchain pointing to that result - - see [the "build and run" section for instructions](../how-to-build-and-run.html#toolchain) + - see [the "build and run" section for instructions][b-a-r] + +[b-a-r]: ../how-to-build-and-run.html#toolchain ## Gathering a perf profile |
