Index: third_party/WebKit/Tools/Scripts/webkitpy/w3c/test_copier.py |
diff --git a/third_party/WebKit/Tools/Scripts/webkitpy/w3c/test_copier.py b/third_party/WebKit/Tools/Scripts/webkitpy/w3c/test_copier.py |
index 7e0c7712b2a25ace12b718a0681a79b8178d1898..6aa4dbb4fe4c7985d9e4f8c0ca0a1a3f02662f9b 100644 |
--- a/third_party/WebKit/Tools/Scripts/webkitpy/w3c/test_copier.py |
+++ b/third_party/WebKit/Tools/Scripts/webkitpy/w3c/test_copier.py |
@@ -108,11 +108,11 @@ class TestCopier(object): |
jstests = 0 |
# Files in 'tools' are not for browser testing, so we skip them. |
- # See: http://testthewebforward.org/docs/test-format-guidelines.html#tools |
+ # See: http://web-platform-tests.org/writing-tests/general-guidelines.html#tools |
dirs_to_skip = ('.git', 'test-plan', 'tools') |
# We copy all files in 'support', including HTML without metadata. |
- # See: http://testthewebforward.org/docs/test-format-guidelines.html#support-files |
+ # See: http://web-platform-tests.org/writing-tests/general-guidelines.html#support-files |
dirs_to_include = ('resources', 'support') |
if dirs: |