Index: tools/idl_parser/idl_ppapi_parser.py |
diff --git a/tools/idl_parser/idl_ppapi_parser.py b/tools/idl_parser/idl_ppapi_parser.py |
index c02e42c818fd7832aee58c31d20e23a5a158bbd9..639a8415ba62c4cb74fcd2d8805bfa7965e61a35 100755 |
--- a/tools/idl_parser/idl_ppapi_parser.py |
+++ b/tools/idl_parser/idl_ppapi_parser.py |
@@ -12,7 +12,7 @@ |
# on WebIDL. |
# |
# WebIDL, and WebIDL grammar can be found at: |
-# http://dev.w3.org/2006/webapi/WebIDL/ |
+# http://heycam.github.io/webidl/ |
# PLY can be found at: |
# http://www.dabeaz.com/ply/ |
# |
@@ -50,7 +50,7 @@ class IDLPPAPIParser(IDLParser): |
# |
#The parser is based on the WebIDL standard. See: |
-# http://www.w3.org/TR/WebIDL/#idl-grammar |
+# http://heycam.github.io/webidl/#idl-grammar |
# |
# [1] |
def p_Definitions(self, p): |