From d7d6b02586d90e9300d104714d070520edf82f63 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 9add397fb131..d4357d7d3f8b 100644 --- a/README.md +++ b/README.md @@ -1780,7 +1780,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 {