about summary refs log tree commit diff
path: root/src/doc
diff options
context:
space:
mode:
authorMark Mansi <markm@cs.wisc.edu>2019-12-06 11:24:22 -0600
committerWho? Me?! <mark-i-m@users.noreply.github.com>2019-12-09 10:52:52 -0600
commit14481656f5777742077bb0df8924cd213600a3c8 (patch)
tree33048c234b12ba9d2c3e59a7de454f1ca75152c2 /src/doc
parentd45703aecaabcafebe1d849899d2d3b941a18dcb (diff)
downloadrust-14481656f5777742077bb0df8924cd213600a3c8.tar.gz
rust-14481656f5777742077bb0df8924cd213600a3c8.zip
fix link
Diffstat (limited to 'src/doc')
-rw-r--r--src/doc/rustc-dev-guide/src/queries/profiling.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/doc/rustc-dev-guide/src/queries/profiling.md b/src/doc/rustc-dev-guide/src/queries/profiling.md
index 0b574cd0698..156fd65a914 100644
--- a/src/doc/rustc-dev-guide/src/queries/profiling.md
+++ b/src/doc/rustc-dev-guide/src/queries/profiling.md
@@ -74,7 +74,9 @@ _actual_ output is much longer.
 [View full HTML output][profile-example-html]. Note; it could take up
 to a second to properly render depending on your browser.
 
-[profile-example-html]: https://github.com/rust-lang/rustc-guide/tree/master/src/queries/example-0.html
+Here is the corresponding text output](./example-0.counts.txt).
+
+[profile-example-html]: ./example-0.html
 
 ### Example 0 explanation