Updated the URL in index.html (#5327)

It seems correct URL is https://developers.google.com/web/fundamentals/web-app-manifest/
Current URL (https://developers.google.com/web/fundamentals/engage-and-retain/web-app-manifest/) is redirecting to there.
This commit is contained in:
Behzod Saidov
2018-10-05 16:58:55 -07:00
committed by Joe Haddad
parent 183efedb42
commit fcb4f98c4e

View File

@@ -7,7 +7,7 @@
<meta name="theme-color" content="#000000">
<!--
manifest.json provides metadata used when your web app is added to the
homescreen on Android. See https://developers.google.com/web/fundamentals/engage-and-retain/web-app-manifest/
homescreen on Android. See https://developers.google.com/web/fundamentals/web-app-manifest/
-->
<link rel="manifest" href="%PUBLIC_URL%/manifest.json">
<!--