diff options
author | Corey Farwell <coreyf@rwell.org> | 2015-10-10 11:55:09 -0400 |
---|---|---|
committer | Corey Farwell <coreyf@rwell.org> | 2015-10-10 11:55:09 -0400 |
commit | 85f2b6fc5bd3d51ebb7a091fe2776fdd1cfbbb33 (patch) | |
tree | 897db3185c292d272aa7794581d8e5a901b13df9 /python/tidy.py | |
parent | 9cccd98254191b1663dcaee9010eee63fa8074a3 (diff) | |
download | servo-85f2b6fc5bd3d51ebb7a091fe2776fdd1cfbbb33.tar.gz servo-85f2b6fc5bd3d51ebb7a091fe2776fdd1cfbbb33.zip |
Replace usage of old-style WHATWG spec links
Diffstat (limited to 'python/tidy.py')
-rw-r--r-- | python/tidy.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/python/tidy.py b/python/tidy.py index 432814e8f93..37785b6b513 100644 --- a/python/tidy.py +++ b/python/tidy.py @@ -407,9 +407,8 @@ def check_webidl_spec(file_name, contents): "//html.spec.whatwg.org", "//url.spec.whatwg.org", "//xhr.spec.whatwg.org", - "//www.whatwg.org/html", - "//www.whatwg.org/specs", "//w3c.github.io", + "//heycam.github.io/webidl", # Not a URL "// This interface is entirely internal to Servo, and should not be" + " accessible to\n// web pages." |