whatwg / meta

Discussions and issues without a logical home
Creative Commons Zero v1.0 Universal
93 stars 161 forks source link

participate.whatwg.org still links to IRC #217

Closed equalsJeffH closed 2 years ago

equalsJeffH commented 3 years ago

https://participate.whatwg.org/ links to https://whatwg.org/irc

https://participate.whatwg.org/ ought to link to https://whatwg.org/chat

https://whatwg.org/irc perhaps should go away since https://whatwg.org/chat links to the IRC archives?

annevk commented 2 years ago

Thanks! Created https://github.com/whatwg/participate.whatwg.org/pull/216.

For the latter problem I suspect we need to invalidate the service worker cache to account for the redirect. @domenic should we update https://resources.whatwg.org/website-service-worker.js or add self.cacheKey to https://whatwg.org/service-worker.js?

domenic commented 2 years ago

We should add self.cacheKey. In general that should be revved every time self.toCache changes.

annevk commented 2 years ago

Once the service worker updates locally and you hit refresh it'll redirect now. https://participate.whatwg.org/ is updated too. Thanks again!