Skip to content

Commit 9a575cc

Browse files
committed
fix: links to the docs
1 parent 966f1cf commit 9a575cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/base.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ module.exports.buildRule = ({ baseRuleName, description, omitFirstOption, getESL
2323
docs: {
2424
...jsBaseRule.meta.docs,
2525
description,
26-
url: `https://github.com/phanect/eslint-plugin-editorconfig/docs/rules/${baseRuleName}`,
26+
url: `https://github.com/phanect/eslint-plugin-editorconfig/docs/rules/${baseRuleName}.md`,
2727
},
2828
},
2929

0 commit comments

Comments
 (0)