From ac390bba850af38c3e0c45b80c03642a41702f15 Mon Sep 17 00:00:00 2001 From: Robbie Trencheny Date: Thu, 6 Oct 2016 11:25:49 -0700 Subject: [PATCH] Update link to the handy Google guide --- source/_components/notify.html5.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_components/notify.html5.markdown b/source/_components/notify.html5.markdown index b3af87aa698..93c1b13ce90 100644 --- a/source/_components/notify.html5.markdown +++ b/source/_components/notify.html5.markdown @@ -34,7 +34,7 @@ Configuration variables: ### {% linkable_title Getting ready for Chrome %} -Google has [a handy guide](https://developers.google.com/web/fundamentals/getting-started/push-notifications/step-04) that goes into great detail about how to set up for pushing to Chrome. Once you have your GCM API Key and Sender ID in hand, plug them into your configuration as described above. +Google has [a handy guide](https://developers.google.com/web/fundamentals/getting-started/codelabs/push-notifications/#make_a_project_on_the_google_developer_console) that goes into great detail about how to set up for pushing to Chrome. Once you have your GCM API Key and Sender ID in hand, plug them into your configuration as described above. ### {% linkable_title Requirements %}