Skip to content

Commit 4fc2eda

Browse files
authored
docs: Update link in error message (#230)
1 parent c3cd5d1 commit 4fc2eda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ module.exports = async function run() {
118118
});
119119
} catch (error) {
120120
throw new Error(
121-
`Pull request has only one commit and it's not semantic; this may lead to a non-semantic commit in the base branch (see https://github.community/t/how-to-change-the-default-squash-merge-commit-message/1155). Amend the commit message to match the pull request title, or add another commit.`
121+
`Pull request has only one commit and it's not semantic; this may lead to a non-semantic commit in the base branch (see https://github.com/community/community/discussions/16271). Amend the commit message to match the pull request title, or add another commit.`
122122
);
123123
}
124124

0 commit comments

Comments
 (0)