Skip to content

Commit 3876dae

Browse files
committed
Chore: deprecated rule links in readme.md
fixes vuejs#176
1 parent 3ed8c5c commit 3876dae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/update-rules.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ ${
7575
.map(entry => {
7676
const name = entry[0]
7777
const meta = entry[1].meta
78-
const link = `[${name}](./rules/${name}.md)`
78+
const link = `[${name}](./docs/rules${name}.md)`
7979
const replacedBy = (meta.docs.replacedBy || []).map(id => `[${id}](./rules/${id}.md)`).join(', ') || '(no replacement)'
8080
return `| ${link} | ${replacedBy} |`
8181
})

0 commit comments

Comments
 (0)