From f0db7070c9347f55f01bec22a1e703ee417eb155 Mon Sep 17 00:00:00 2001 From: Amanda <71611913+apettenati@users.noreply.github.com> Date: Wed, 3 Aug 2022 12:58:33 -0400 Subject: [PATCH] Update broken link to PWA resource Update broken link to PWA resource --- src/content/guides/progressive-web-application.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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/).