Skip to content

Commit 5a8fd83

Browse files
m4jingTimer
authored andcommitted
Fixed link to manifest.json file (facebook#5704)
1 parent 8025a0a commit 5a8fd83

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docusaurus/docs/making-a-progressive-web-app.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,11 +93,11 @@ following into account:
9393
## Progressive Web App Metadata
9494

9595
The default configuration includes a web app manifest located at
96-
[`public/manifest.json`](public/manifest.json), that you can customize with
96+
[`public/manifest.json`](https://github.com/facebook/create-react-app/blob/master/packages/react-scripts/template/public/manifest.json), that you can customize with
9797
details specific to your web application.
9898

9999
When a user adds a web app to their homescreen using Chrome or Firefox on
100-
Android, the metadata in [`manifest.json`](public/manifest.json) determines what
100+
Android, the metadata in [`manifest.json`](https://github.com/facebook/create-react-app/blob/master/packages/react-scripts/template/public/manifest.json) determines what
101101
icons, names, and branding colors to use when the web app is displayed.
102102
[The Web App Manifest guide](https://developers.google.com/web/fundamentals/engage-and-retain/web-app-manifest/)
103103
provides more context about what each field means, and how your customizations

0 commit comments

Comments
 (0)