Skip to content

Commit

Permalink
Switch to MDN links (#2069)
Browse files Browse the repository at this point in the history
  • Loading branch information
fisker committed Apr 14, 2023
1 parent 04af765 commit 1eca7d0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/rules/prefer-negative-index.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ Prefer negative index over calculating from `.length` for:
- [`Array#at()`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/at)
- [`TypedArray#at()`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/TypedArray/at)
- [`Array#splice()`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/splice)
- [`Array#toSpliced()`](https://github.com/tc39/proposal-change-array-by-copy#overview)
- [`Array#with()`](https://github.com/tc39/proposal-change-array-by-copy#overview)
- [`TypedArray#with()`](https://github.com/tc39/proposal-change-array-by-copy#overview)
- [`Array#toSpliced()`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/toSpliced)
- [`Array#with()`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/with)
- [`TypedArray#with()`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/TypedArray/with)

<!--
TODO: Use MDN links when available
Expand Down

0 comments on commit 1eca7d0

Please sign in to comment.