diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 0fdd8a2..b2680aa 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -26,8 +26,8 @@ feature, you can remove yourself with the above syntax. # Tests For normative changes, a corresponding -[web-platform-tests](https://github.com/w3c/web-platform-tests) PR is highly appreciated. Typically, +[web-platform-tests](https://github.com/web-platform-tests/wpt) PR is highly appreciated. Typically, both PRs will be merged at the same time. Note that a test change that contradicts the spec should not be merged before the corresponding spec change. If testing is not practical, please explain why -and if appropriate [file an issue](https://github.com/w3c/web-platform-tests/issues/new) to follow +and if appropriate [file an issue](https://github.com/web-platform-tests/wpt/issues/new) to follow up later. Add the `type:untestable` or `type:missing-coverage` label as appropriate. diff --git a/index.bs b/index.bs index 42c1724..08afe89 100644 --- a/index.bs +++ b/index.bs @@ -12,7 +12,7 @@ ED: https://w3c.github.io/FileAPI/ TR: https://www.w3.org/TR/FileAPI/ Repository: w3c/FileAPI Previous Version: https://www.w3.org/TR/2017/WD-FileAPI-20171026/ -!Tests: web-platform-tests FileAPI/ (ongoing work) +!Tests: web-platform-tests FileAPI/ (ongoing work) Abstract: This specification provides an API for representing file objects in web applications, as well as programmatically selecting them and accessing their data. This includes: diff --git a/index.html b/index.html index 45f619c..c020f26 100644 --- a/index.html +++ b/index.html @@ -1444,7 +1444,7 @@

Former Editor:
Arun Ranganathan (Mozilla Corporation)
Tests: -
web-platform-tests FileAPI/ (ongoing work) +
web-platform-tests FileAPI/ (ongoing work)