Skip to content

Commit 8d5c434

Browse files
author
Kai Cataldo
authored
Docs: fix category descriptions for site generation (fixes #12894) (#12930)
1 parent 05380e6 commit 8d5c434

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

conf/category-list.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@
1010
],
1111
"deprecated": {
1212
"name": "Deprecated",
13-
"description": "These rules have been deprecated in accordance with the [deprecation policy](/docs/user-guide/rule-deprecation), and replaced by newer rules:",
13+
"description": "These rules have been deprecated in accordance with the <a href=\"/docs/user-guide/rule-deprecation\">deprecation policy</a>, and replaced by newer rules:",
1414
"rules": []
1515
},
1616
"removed": {
1717
"name": "Removed",
18-
"description": "These rules from older versions of ESLint (before the [deprecation policy](/docs/user-guide/rule-deprecation) existed) have been replaced by newer rules:",
18+
"description": "These rules from older versions of ESLint (before the <a href=\"/docs/user-guide/rule-deprecation\">deprecation policy</a> existed) have been replaced by newer rules:",
1919
"rules": [
2020
{ "removed": "generator-star", "replacedBy": ["generator-star-spacing"] },
2121
{ "removed": "global-strict", "replacedBy": ["strict"] },

0 commit comments

Comments
 (0)