diff --git a/src/content/guides/progressive-web-application.mdx b/src/content/guides/progressive-web-application.mdx index 21d233b2b66b..79e957837ff6 100644 --- a/src/content/guides/progressive-web-application.mdx +++ b/src/content/guides/progressive-web-application.mdx @@ -142,4 +142,4 @@ Now to test it. Stop your server and refresh your page. If your browser supports ## Conclusion -You have built an offline app using the Workbox project. You've started the journey of turning your web app into a PWA. You may now want to think about taking things further. A good resource to help you with that can be found [here](https://developers.google.com/web/progressive-web-apps/). +You have built an offline app using the Workbox project. You've started the journey of turning your web app into a PWA. You may now want to think about taking things further. A good resource to help you with that can be found [here](https://web.dev/progressive-web-apps/).