From 4a194568f86cb504706150b5331e7db453e2a264 Mon Sep 17 00:00:00 2001 From: Vesa Luusua Date: Thu, 3 May 2018 20:55:53 +0300 Subject: [PATCH] Fix links to styling.md and icons.md --- docs/README.md | 2 +- docs/customization-checklist.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/README.md b/docs/README.md index 74c656d6..40e8de06 100644 --- a/docs/README.md +++ b/docs/README.md @@ -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 diff --git a/docs/customization-checklist.md b/docs/customization-checklist.md index deeeb9bd..775a2f9f 100644 --- a/docs/customization-checklist.md +++ b/docs/customization-checklist.md @@ -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)