Skip to content
This repository was archived by the owner on Mar 14, 2023. It is now read-only.

Commit 76e8ebe

Browse files
Fix forge link
Co-authored-by: Josh Triplett <[email protected]>
1 parent 5f925c0 commit 76e8ebe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

highfive/newpr.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929

3030
warning_summary = ':warning: **Warning** :warning:\n\n%s'
3131
submodule_warning_msg = 'These commits modify **submodules**.'
32-
targets_warning_msg = 'These commits modify **compiler targets**. ([Target Support Tier Policy](https://github.com/joshtriplett/rfcs/blob/target-tier-policy/text/0000-target-tier-policy.md))'
32+
targets_warning_msg = 'These commits modify **compiler targets**. (See the [Target Tier Policy](https://doc.rust-lang.org/nightly/rustc/target-tier-policy.html).)'
3333
surprise_branch_warning = "Pull requests are usually filed against the %s branch for this repo, but this one is against %s. Please double check that you specified the right target!"
3434

3535
review_with_reviewer = 'r? @%s\n\n(rust-highfive has picked a reviewer for you, use r? to override)'

0 commit comments

Comments
 (0)