Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 3710ce0

Browse files
committedSep 24, 2019
Auto merge of #463 - ecstatic-morse:link-fix, r=pietroalbini
Fix broken links in bot usage docs Saw these while working on #461.
2 parents 92934ed + 8a590fd commit 3710ce0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎docs/bot-usage.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ third-party code, the first thing is to request a **try build** to get a valid
3737
toolchain. You can do that with the `@bors try` GitHub comment.
3838

3939
**After** the try build is done you need to choose the [experiment mode you want to
40-
use][h-experiment-moes] and type up the command in your GitHub PR:
40+
use][h-experiment-modes] and type up the command in your GitHub PR:
4141

4242
```
4343
@craterbot run mode=YOUR-MODE
@@ -58,7 +58,7 @@ You must prefix the start commit with `master#`, and the end commit with
5858
`try#`, and both of them should be written with the full 40-chars hash.
5959

6060
Then you need to choose the [experiment mode you want to
61-
use][h-experiment-mode] and type up the command in your GitHub PR:
61+
use][h-experiment-modes] and type up the command in your GitHub PR:
6262

6363
```
6464
@craterbot run start=master#fullhash end=try#fullhash mode=YOUR-MODE

0 commit comments

Comments
 (0)
Please sign in to comment.