Skip to content

Commit

Permalink
fix: update the helpUrl (#2458)
Browse files Browse the repository at this point in the history
The helpUrl was returning 404
  • Loading branch information
thiagolcks authored Oct 14, 2024
1 parent f3e8bcb commit 56e7a39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commitlint.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ export default {
'scope-case': [2, 'always', 'lower-case'],
},
ignores: [(message) => /^chore\(release\): .+$/m.test(message)],
helpUrl: 'https://kongponents.konghq.com/contributing/getting-started.html',
helpUrl: 'https://kongponents.konghq.com/guide/contributing.html',
}

0 comments on commit 56e7a39

Please sign in to comment.