From a92ca2e782d923cf3512914a6340c3c57477a5a0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philip=20J=C3=A4genstedt?= Date: Mon, 11 Jun 2018 19:33:01 +0200 Subject: [PATCH] Update web-platform-tests URLs (#136) --- CONTRIBUTING.md | 4 ++-- test/index.bs | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 41925e1..aa5eebe 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -25,8 +25,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/test/index.bs b/test/index.bs index 287a132..faf1236 100644 --- a/test/index.bs +++ b/test/index.bs @@ -28,7 +28,7 @@ interface does not permit arbitrary control over the behavior of devices. Some parameters are configurable and some are specified. The only intended client of this API are tests in -Web Platform Tests. +Web Platform Tests. This testing API will be changed as needed to support the evolution of those tests.