Skip to content

Commit

Permalink
Docs: Fix broken link to commit style guide
Browse files Browse the repository at this point in the history
  • Loading branch information
shivangg authored and molant committed Apr 29, 2019
1 parent 232030d commit 13b14a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/check-commit-message.js
Expand Up @@ -12,7 +12,7 @@ const { ucs2 } = require('punycode');

const COMMIT_MESSAGE_FILE = '.git/COMMIT_EDITMSG';

const CONTRIBUTION_GUIDELINES_URL = 'https://webhint.io/docs/contributor-guide/contributing/pull-requests/#commitmessages';
const CONTRIBUTION_GUIDELINES_URL = 'https://webhint.io/docs/contributor-guide/getting-started/pull-requests/#commit-messages';

const PKG = require('./../package.json');

Expand Down

0 comments on commit 13b14a6

Please sign in to comment.