Skip to content

Commit 4718dda

Browse files
authored
docs: fix broken URLs (#187)
* docs: fix URL for no-inner-html * docs: fix URL for valid-graphql-wire-adapter-callback-parameters
1 parent 05494f0 commit 4718dda

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/rules/no-inner-html.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ module.exports = {
1818
description: 'disallow usage of "innerHtml"',
1919
category: 'LWC',
2020
recommended: true,
21-
url: docUrl('no-inner-htm'),
21+
url: docUrl('no-inner-html'),
2222
},
2323

2424
schema: [],

lib/rules/valid-graphql-wire-adapter-callback-parameters.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ module.exports = {
1313
description: 'validate graphql error callback parameter',
1414
category: 'LWC',
1515
recommended: true,
16-
url: docUrl('valid-graphql-error-callback-parameter'),
16+
url: docUrl('valid-graphql-wire-adapter-callback-parameters'),
1717
},
1818

1919
schema: [],

0 commit comments

Comments
 (0)