From a533b0f6fc963ae58f0934ef974b6b70d77477cb Mon Sep 17 00:00:00 2001 From: Dami Sparks Date: Wed, 19 Jul 2023 16:38:35 +0100 Subject: [PATCH] docs: update workbox link (#525) --- docs/content/en/workbox.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: