Skip to content

Commit 352c3db

Browse files
committed
Change another kangax broken link
1 parent 891cff2 commit 352c3db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3451,7 +3451,7 @@ Other Style Guides
34513451
this.firstName = 'Panda';
34523452

34533453
// good, in environments where WeakMaps are available
3454-
// see https://kangax.github.io/compat-table/es6/#test-WeakMap
3454+
// see https://compat-table.github.io/compat-table/es6/ -> Built-ins -> WeakMap
34553455
const firstNames = new WeakMap();
34563456
firstNames.set(this, 'Panda');
34573457
```

0 commit comments

Comments
 (0)