Skip to content

Commit

Permalink
Merge pull request #55 from phanect/docs-fix-2
Browse files Browse the repository at this point in the history
Fix links to the docs (2)
  • Loading branch information
phanect committed Jul 2, 2022
2 parents 085f850 + 78bbf9a commit a98ee6b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/base.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ module.exports.buildRule = ({ baseRuleName, description, omitFirstOption, getESL
docs: {
...jsBaseRule.meta.docs,
description,
url: `https://github.com/phanect/eslint-plugin-editorconfig/docs/rules/${baseRuleName}.md`,
url: `https://github.com/phanect/eslint-plugin-editorconfig/blob/main/docs/rules/${baseRuleName}.md`,
},
},

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-plugin-editorconfig",
"version": "4.0.1",
"version": "4.0.2",
"description": "An ESLint plugin to enforce EditorConfig rules",
"main": "main.js",
"scripts": {
Expand Down

0 comments on commit a98ee6b

Please sign in to comment.