Skip to content

Commit 71a516e

Browse files
committed
⚒ fix scripts/update-docs-index
1 parent ffdfc48 commit 71a516e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/update-docs-index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ const { withCategories } = require("./lib/rules")
1515
*/
1616
function toTableRow(rule) {
1717
const mark = `${rule.recommended ? "🌟" : ""}${rule.fixable ? "✒️" : ""}`
18-
const link = `[eslint-comments/<wbr>${rule.name}](./${rule.name}.html)`
18+
const link = `[eslint-comments/<wbr>${rule.name}](./${rule.name}.md)`
1919
const description = rule.description || "(no description)"
2020
return `| ${link} | ${description} | ${mark} |`
2121
}

0 commit comments

Comments
 (0)