We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b111faa + 5dd8139 commit bc96d32Copy full SHA for bc96d32
docusaurus/docs/making-a-progressive-web-app.md
@@ -69,7 +69,7 @@ However, they [can make debugging deployments more
69
challenging](https://github.com/facebook/create-react-app/issues/2398).
70
71
The
72
-[`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/)
73
is integrated into production configuration, and it will take care of compiling
74
a service worker file that will automatically precache all of your
75
`webpack`-generated assets and keep them up to date as you deploy updates. The
0 commit comments