Skip to content

Commit ac9256e

Browse files
Merge pull request #146 from fee1-dead/patch-1
Updated anchor of link to rustc dev guide
2 parents 9b8efe5 + cc867db commit ac9256e

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)