diff --git a/docs/content/en/workbox.md b/docs/content/en/workbox.md index 73808f9a..729dad96 100644 --- a/docs/content/en/workbox.md +++ b/docs/content/en/workbox.md @@ -188,7 +188,7 @@ Default: `/` ## Workbox Window -This module uses [workbox-window](https://developers.google.com/web/tools/workbox/modules/workbox-window) to register and communicate with workbox service worker. +This module uses [workbox-window](https://developer.chrome.com/docs/workbox/modules/workbox-window/) to register and communicate with workbox service worker. See docs for more information about use cases. As service worker is registered in background, to access instance you have to await on a promise: