From 432de421644ff66c52a8b8b177899f0f966bfde5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philip=20J=C3=A4genstedt?= Date: Mon, 11 Jun 2018 16:23:46 +0200 Subject: [PATCH] Update web-platform-tests URLs --- CONTRIBUTING.md | 4 ++-- index.bs | 2 +- index.html | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) 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)