diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index bf79fb38..229e8d0f 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -1,4 +1,4 @@
-# Web Platform Working Group
+# Web Applications Working Group
## Spec and API development
@@ -13,7 +13,7 @@ To make edits to the design, please send pull requests against the Nightly spec
For normative changes, a corresponding [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/web-platform-tests/wpt/issues/new) to follow up later. Add the `type:untestable` or `type:missing-coverage` label as appropriate.
Contributions to this repository are intended to become part of Recommendation-track documents
-governed by the [W3C Patent Policy](http://www.w3.org/Consortium/Patent-Policy-20040205/) and
+governed by the [W3C Patent Policy](https://www.w3.org/policies/patent-policy/) and
[Software and Document License](http://www.w3.org/Consortium/Legal/copyright-software). To contribute, you must
either participate in the relevant W3C Working Group or make a non-member patent licensing
commitment.
diff --git a/docs/index.bs b/docs/index.bs
index 3c7af4f9..b6639d73 100644
--- a/docs/index.bs
+++ b/docs/index.bs
@@ -12,7 +12,7 @@ Former Editor: Jake Archibald, w3cid 76394, Google, jakearchibald@chromium.org
Former Editor: Jungkee Song, Microsoft‚ represented Samsung until April 2018, jungkee.song@microsoft.com
Former Editor: Marijn Kruisselbrink, w3cid 72440, Google, mek@chromium.org
Repository: w3c/ServiceWorker
-Group: serviceworkers
+Group: webapps
!Tests: web-platform-tests service-workers/ (ongoing work)
Status Text: This is a living document. Readers need to be aware that this specification may include unimplemented features, and details that may change. Service Workers 1 is a version that is advancing toward a W3C Recommendation.
Abstract: The core of this specification is a worker that wakes to receive events. This provides an event destination that can be used when other destinations would be inappropriate, or no other destination exists.
diff --git a/w3c.json b/w3c.json
index 9a54f677..02259e40 100644
--- a/w3c.json
+++ b/w3c.json
@@ -1,6 +1,6 @@
{
- "group": 101220
-, "contacts": ["ylafon", "sideshowbarker"]
+ "group": 114929
+, "contacts": ["siusin", "sideshowbarker"]
, "repo-type": "rec-track"
, "policy": "open"
}