diff options
| author | Niko Matsakis <niko@alum.mit.edu> | 2018-09-07 17:21:35 -0400 |
|---|---|---|
| committer | Who? Me?! <mark-i-m@users.noreply.github.com> | 2018-09-10 19:25:29 -0500 |
| commit | e40767296a7935302ac4f84fe900186e41622e96 (patch) | |
| tree | 4a646fe50363d6946ab0f1bcf27534f4a011a9da /src/doc/rustc-dev-guide | |
| parent | f62bcbaa1f5f33a0e429c3d36ca2a71f3262c531 (diff) | |
| download | rust-e40767296a7935302ac4f84fe900186e41622e96.tar.gz rust-e40767296a7935302ac4f84fe900186e41622e96.zip | |
links are always relative to root or what?
Diffstat (limited to 'src/doc/rustc-dev-guide')
| -rw-r--r-- | src/doc/rustc-dev-guide/src/profiling/with_perf.md | 2 |
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 be6a8a477b2..c851d1a23e5 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 |
