Skip to content

Commit 1eca7d0

Browse files
authored
Switch to MDN links (#2069)
1 parent 04af765 commit 1eca7d0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/rules/prefer-negative-index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ Prefer negative index over calculating from `.length` for:
1616
- [`Array#at()`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/at)
1717
- [`TypedArray#at()`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/TypedArray/at)
1818
- [`Array#splice()`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/splice)
19-
- [`Array#toSpliced()`](https://github.com/tc39/proposal-change-array-by-copy#overview)
20-
- [`Array#with()`](https://github.com/tc39/proposal-change-array-by-copy#overview)
21-
- [`TypedArray#with()`](https://github.com/tc39/proposal-change-array-by-copy#overview)
19+
- [`Array#toSpliced()`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/toSpliced)
20+
- [`Array#with()`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/with)
21+
- [`TypedArray#with()`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/TypedArray/with)
2222

2323
<!--
2424
TODO: Use MDN links when available

0 commit comments

Comments
 (0)