diff --git a/README.md b/README.md
index 9681aa4b51..b8439a182e 100644
--- a/README.md
+++ b/README.md
@@ -164,7 +164,7 @@ Other Style Guides
## Objects
- - [3.1](#objects--no-new) Use the literal syntax for object creation. eslint: [`no-new-object`](https://eslint.org/docs/rules/no-new-object)
+ - [3.1](#objects--no-new) Use the literal syntax for object creation. eslint: [`no-object-constructor`](https://eslint.org/docs/latest/rules/no-object-constructor)
```javascript
// bad