Skip to content

Commit 4e06f85

Browse files
committed
update iterator join links
1 parent e78e845 commit 4e06f85

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/web/docs/features/proposals/iterator-join.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Iterator join
2-
[Specification](https://bakkot.github.io/proposal-iterator-join/)\
3-
[Proposal repo](https://github.com/bakkot/proposal-iterator-join)
2+
[Specification](https://tc39.es/proposal-iterator-join)\
3+
[Proposal repo](https://github.com/tc39/proposal-iterator-join)
44

55
## Modules
66
[`esnext.iterator.join`](https://github.com/zloirock/core-js/blob/v4/packages/core-js/modules/esnext.iterator.join.js)

packages/core-js/modules/esnext.iterator.join.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ var $join = uncurryThis([].join);
1313
var push = uncurryThis([].push);
1414

1515
// `Iterator.prototype.join` method
16-
// https://bakkot.github.io/proposal-iterator-join/
16+
// https://github.com/tc39/proposal-iterator-join
1717
// @dependency: es.iterator.constructor
1818
$({ target: 'Iterator', proto: true, real: true, forced: true }, {
1919
join: function join(separator) {

0 commit comments

Comments
 (0)