From c0152066af9ff020b76595f3db3b518e2404ca40 Mon Sep 17 00:00:00 2001 From: Kai Cataldo Date: Mon, 17 Feb 2020 16:54:42 -0500 Subject: [PATCH] Docs: fix category descriptions for site generation (fixes #12894) --- conf/category-list.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conf/category-list.json b/conf/category-list.json index 5427667b09e..6609734950a 100644 --- a/conf/category-list.json +++ b/conf/category-list.json @@ -10,12 +10,12 @@ ], "deprecated": { "name": "Deprecated", - "description": "These rules have been deprecated in accordance with the [deprecation policy](/docs/user-guide/rule-deprecation), and replaced by newer rules:", + "description": "These rules have been deprecated in accordance with the deprecation policy, and replaced by newer rules:", "rules": [] }, "removed": { "name": "Removed", - "description": "These rules from older versions of ESLint (before the [deprecation policy](/docs/user-guide/rule-deprecation) existed) have been replaced by newer rules:", + "description": "These rules from older versions of ESLint (before the deprecation policy existed) have been replaced by newer rules:", "rules": [ { "removed": "generator-star", "replacedBy": ["generator-star-spacing"] }, { "removed": "global-strict", "replacedBy": ["strict"] },