Skip to content

Commit cc867db

Browse files
authored
Updated anchor of link to rustc dev guide
1 parent 9b8efe5 commit cc867db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

homu/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1554,7 +1554,7 @@ def fetch_mergeability(mergeable_que):
15541554
state.add_comment(
15551555
':umbrella: The latest upstream changes{} made this '
15561556
'pull request unmergeable. Please [resolve the merge conflicts]' # noqa
1557-
'(https://rustc-dev-guide.rust-lang.org/git.html#conflicts).' # noqa
1557+
'(https://rustc-dev-guide.rust-lang.org/git.html#rebasing-and-conflicts).' # noqa
15581558
.format(_blame)
15591559
)
15601560
state.change_labels(LabelEvent.CONFLICT)

0 commit comments

Comments
 (0)