From 958987aa6f5630faa051d8f822f0200faff41924 Mon Sep 17 00:00:00 2001 From: Brian <12914037+thisBrian@users.noreply.github.com> Date: Fri, 7 Dec 2018 05:08:49 +1300 Subject: [PATCH] Docs: Fix link to rule no-useless-rename (#11165) --- docs/rules/object-shorthand.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/rules/object-shorthand.md b/docs/rules/object-shorthand.md index 6f2471faf62..79e76655c5d 100644 --- a/docs/rules/object-shorthand.md +++ b/docs/rules/object-shorthand.md @@ -84,7 +84,7 @@ var foo = { See Also: -- [`no-useless-rename`](https://eslint.org/docs/rules/object-shorthand) which disallows renaming import, export, and destructured assignments to the same name. +- [`no-useless-rename`](https://eslint.org/docs/rules/no-useless-rename) which disallows renaming import, export, and destructured assignments to the same name. ## Options