diff --git a/docs/rules/id-blacklist.md b/docs/rules/id-blacklist.md index 688873cb44be..87a7d9503bbd 100644 --- a/docs/rules/id-blacklist.md +++ b/docs/rules/id-blacklist.md @@ -1,3 +1,3 @@ # disallow specified identifiers (id-blacklist) -This rule has been deprecated. Please see the [`id-denylist`]('./id-blacklist') rule. +This rule was **deprecated** in ESLint v7.5.0 and replaced by the [id-denylist](id-denylist.md) rule.