From 058beafc6e285b4cbdb68da9e94a9aa3440a1060 Mon Sep 17 00:00:00 2001 From: Denis Pushkarev Date: Sun, 22 Nov 2020 14:24:17 +0700 Subject: [PATCH] add a link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 214fe12e989d..4778da9d52ac 100644 --- a/README.md +++ b/README.md @@ -1779,7 +1779,7 @@ core-js(-pure)/stage/3 ##### [Relative indexing method](https://github.com/tc39/proposal-relative-indexing-method)[⬆](#index) Modules [`esnext.array.at`](https://github.com/zloirock/core-js/blob/v3.7.0/packages/core-js/modules/esnext.array.at.js) and [`esnext.typed-array.at`](https://github.com/zloirock/core-js/blob/v3.7.0/packages/core-js/modules/esnext.typed-array.at.js) -> **Warning! Because of the conflict with another proposal, this method is not available on `String.prototype` in this version.** +> **Warning! Because of the conflict with [another proposal](#stringat), this method is not available on `String.prototype` in this version.** ```js class Array {