about summary refs log tree commit diff
path: root/src/doc
diff options
context:
space:
mode:
authorNiko Matsakis <niko@alum.mit.edu>2018-09-07 11:29:45 -0400
committerWho? Me?! <mark-i-m@users.noreply.github.com>2018-09-10 19:25:29 -0500
commitf62bcbaa1f5f33a0e429c3d36ca2a71f3262c531 (patch)
tree8ae582639127986430033c20e3e94782f6191904 /src/doc
parentf8e02179816da1d23fb74dc00bc5550c39179188 (diff)
downloadrust-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.md4
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