Skip to content

Commit 9fc342c

Browse files
authored
Update README.md
1 parent 0aa05fe commit 9fc342c

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -10,37 +10,37 @@ npm i mdn-polyfills --save
1010

1111
# Polyfills
1212

13-
## [Object.assign](https://developer.mozilla.org/pl/docs/Web/JavaScript/Reference/Global_Objects/Object/assign#Polyfill)
13+
## [Object.assign](https://developer.mozilla.org/en/docs/Web/JavaScript/Reference/Global_Objects/Object/assign#Polyfill)
1414

1515
```js
1616
import 'mdn-polyfills/Object.assign';
1717
```
1818

19-
## [Array.prototype.find](https://developer.mozilla.org/pl/docs/Web/JavaScript/Referencje/Obiekty/Array/find#Polyfill)
19+
## [Array.prototype.find](https://developer.mozilla.org/en/docs/Web/JavaScript/Reference/Global_Objects/Array/find?v=control#Polyfill)
2020

2121
```js
2222
import 'mdn-polyfills/Array.prototype.find';
2323
```
2424

25-
## [Array.prototype.from](https://developer.mozilla.org/pl/docs/Web/JavaScript/Referencje/Obiekty/Array/from#Polyfill)
25+
## [Array.prototype.from](https://developer.mozilla.org/en/docs/Web/JavaScript/Reference/Global_Objects/Array/from?v=control#Polyfill)
2626

2727
```js
2828
import 'mdn-polyfills/Array.prototype.from';
2929
```
3030

31-
## [Array.prototype.forEach](https://developer.mozilla.org/en/docs/Web/JavaScript/Reference/Global_Objects/Array/forEach#Polyfill)
31+
## [Array.prototype.forEach](https://developer.mozilla.org/en/docs/Web/JavaScript/Reference/Global_Objects/Array/forEach?v=control#Polyfill)
3232

3333
```js
3434
import 'mdn-polyfills/Array.prototype.forEach';
3535
```
3636

37-
## [Array.prototype.filter](https://developer.mozilla.org/en/docs/Web/JavaScript/Reference/Global_Objects/Array/filter#Polyfill)
37+
## [Array.prototype.filter](https://developer.mozilla.org/en/docs/Web/JavaScript/Reference/Global_Objects/Array/filter?v=control#Polyfill)
3838

3939
```js
4040
import 'mdn-polyfills/Array.prototype.filter';
4141
```
4242

43-
## [Array.prototype.includes](https://developer.mozilla.org/en/docs/Web/JavaScript/Reference/Global_Objects/Array/includes#Polyfill)
43+
## [Array.prototype.includes](https://developer.mozilla.org/en/docs/Web/JavaScript/Reference/Global_Objects/Array/includes?v=control#Polyfill)
4444

4545
```js
4646
import 'mdn-polyfills/Array.prototype.includes';

0 commit comments

Comments
 (0)