Skip to content

Commit 1848394

Browse files
authored
Update link to caching API
1 parent 7d7bcac commit 1848394

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

explainer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ The easiest way at the moment is to close & reopen the tab (cmd+w, then cmd+shif
187187

188188
## The cache
189189

190-
service worker comes with a [caching API](https://slightlyoff.github.io/ServiceWorker/#cache-objects), letting you create stores of responses keyed by request.
190+
service worker comes with a [caching API](https://w3c.github.io/ServiceWorker/#cache-objects), letting you create stores of responses keyed by request.
191191

192192
```js
193193
self.addEventListener('install', function(event) {

0 commit comments

Comments
 (0)