Skip to content

Commit 90843a4

Browse files
committed
Add link to try build documentation in help
1 parent d4e54d9 commit 90843a4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

site/frontend/templates/pages/help.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@
2121
<h3><b><code>@rust-timer</code> commands</b></h3>
2222
<p><code>@rust-timer</code> supports several commands, the most common (and simple) being
2323
<code>@rust-timer queue</code>. This command is usually invoked as <code>@bors try @rust-timer
24-
queue</code>,
25-
which starts a bors "try" run (not a merge). <code>@rust-timer</code> will wait for the try run
26-
to finish,
27-
and if it succeeds will then queue a perf run.
24+
queue</code>, which starts a bors <a
25+
href="https://rustc-dev-guide.rust-lang.org/tests/ci.html#try-builds">"try build"</a> (not a
26+
merge). <code>@rust-timer</code> will wait for the try run to finish, and if it succeeds will
27+
then queue a perf run.
2828
</p>
2929
<p><code>@rust-timer queue</code> has a few extra options that can be useful:</p>
3030
<ul>

0 commit comments

Comments
 (0)