From 24d25bbbfc722d1acddaac4ab85d6c5dd402cdd5 Mon Sep 17 00:00:00 2001 From: Jefry Dewangga Date: Tue, 3 Apr 2018 02:29:20 +0700 Subject: [PATCH] docs: correct workbox link (#57) --- docs/modules/workbox.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/modules/workbox.md b/docs/modules/workbox.md index 744ddbc3..acc3402d 100644 --- a/docs/modules/workbox.md +++ b/docs/modules/workbox.md @@ -23,7 +23,7 @@ workbox: { **importScripts** (Array) - Additional scripts to be imported in service worker script. (Relative to `/`. Can be placed in `assets/` directory) -For list of all available options see [here](https://developers.google.com/web/tools/workbox/reference-docs/latest/module-workbox-build#abstract-types) +For list of all available options see [here](https://developers.google.com/web/tools/workbox/modules/workbox-build) ### Adding custom runtimeCaching items (For CDN)