Fix links to styling.md and icons.md

This commit is contained in:
Vesa Luusua 2018-05-03 20:55:53 +03:00
parent 4e71b7a329
commit 4a194568f8
2 changed files with 3 additions and 3 deletions

View file

@ -51,7 +51,7 @@ Documentation for specific topics can be found in the following files:
* [Customization checklist](customization-checklist.md)
* [Google Maps](google-maps.md)
* [i18n](i18n.md)
* [Icons](colors-and-icons.md)
* [Icons](icons.md)
The application was bootstrapped with a forked version of
[create-react-app](https://github.com/facebookincubator/create-react-app). While most of the

View file

@ -2,8 +2,8 @@
Some generic things to update and check when starting to customise the template.
* [Marketplace colors](colors-and-icons.md#colors)
* [Generate app icons](colors-and-icons.md#icons)
* [Marketplace colors](styling.md)
* [Generate app icons](icons.md)
* [Update translations](../src/translations/en.json) or [change the language](i18n.md)
* [LandingPage](../src/containers/LandingPage/LandingPage.js): update and create branded sections
* [Footer](../src/components/Footer/Footer.js)