From 5dd8139b9c091ba296537678fef6091764a9e933 Mon Sep 17 00:00:00 2001 From: J S L Geeganage Date: Sat, 4 Jun 2022 14:29:55 +0530 Subject: [PATCH] Update making-a-progressive-web-app.md Couldn't find the URL for 'workbox-webpack-plugin'. The link has modified with the new URL. --- docusaurus/docs/making-a-progressive-web-app.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docusaurus/docs/making-a-progressive-web-app.md b/docusaurus/docs/making-a-progressive-web-app.md index fc8ba0a0da9..a4a50689c5e 100644 --- a/docusaurus/docs/making-a-progressive-web-app.md +++ b/docusaurus/docs/making-a-progressive-web-app.md @@ -69,7 +69,7 @@ However, they [can make debugging deployments more challenging](https://github.com/facebook/create-react-app/issues/2398). The -[`workbox-webpack-plugin`](https://developers.google.com/web/tools/workbox/modules/workbox-webpack-plugin) +[`workbox-webpack-plugin`](https://developer.chrome.com/docs/workbox/modules/workbox-webpack-plugin/) is integrated into production configuration, and it will take care of compiling a service worker file that will automatically precache all of your `webpack`-generated assets and keep them up to date as you deploy updates. The