js.rst
changeset 1599 52d4f3d19b46
parent 1534 61deca7da3f5
child 1906 6f6d48f88341
--- a/js.rst	Thu Sep 04 01:14:04 2014 +0300
+++ b/js.rst	Fri Sep 05 00:55:32 2014 +0300
@@ -78,8 +78,12 @@
                 List of versions per browser.
   http://en.wikipedia.org/wiki/ECMAScript#Version_correspondence
                 List of versions.
-  http://kangax.github.com/es5-compat-table/
+  http://kangax.github.io/compat-table/es5/
                 ECMAScript 5 compatibility table.
+  http://kangax.github.io/compat-table/es6/
+                ECMAScript 6 compatibility table.
+  http://kangax.github.io/compat-table/es7/
+                ECMAScript 7 compatibility table.
   http://caniuse.com/use-strict
                 Can I use ECMAScript 5 Strict Mode?