about summary refs log tree commit diff
path: root/src/doc/rustc-dev-guide
diff options
context:
space:
mode:
authorMark Mansi <markm@cs.wisc.edu>2018-09-12 22:01:44 -0500
committerWho? Me?! <mark-i-m@users.noreply.github.com>2018-09-21 15:54:25 -0500
commiteddef1d97bf82812a8c1ff0419a9e6d3ace02989 (patch)
tree5cc2bae979cdf87b8949da842b4e7b6d51c959ff /src/doc/rustc-dev-guide
parentfcccfa805991e5cffb405efb36545e1292ca2863 (diff)
downloadrust-eddef1d97bf82812a8c1ff0419a9e6d3ace02989.tar.gz
rust-eddef1d97bf82812a8c1ff0419a9e6d3ace02989.zip
fix the last link
Diffstat (limited to 'src/doc/rustc-dev-guide')
-rw-r--r--src/doc/rustc-dev-guide/src/profiling/with_perf.md2
1 files changed, 1 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 7d8276cedfb..25889940029 100644
--- a/src/doc/rustc-dev-guide/src/profiling/with_perf.md
+++ b/src/doc/rustc-dev-guide/src/profiling/with_perf.md
@@ -14,7 +14,7 @@ This is a guide for how to profile rustc with [perf](https://perf.wiki.kernel.or
 - Make a rustup toolchain pointing to that result
   - see [the "build and run" section for instructions][b-a-r]
 
-[b-a-r]: ./how-to-build-and-run.html#toolchain
+[b-a-r]: ../how-to-build-and-run.html#toolchain
   
 ## Gathering a perf profile