From 544f7e7e7f756fb718b2af4801ea3e5f763c78f4 Mon Sep 17 00:00:00 2001 From: Vesa Luusua Date: Fri, 2 Feb 2018 15:32:21 +0200 Subject: [PATCH] link to terms-of-service-and-privacy-policy.md --- docs/customization-checklist.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/customization-checklist.md b/docs/customization-checklist.md index d168ba67..cfd4c960 100644 --- a/docs/customization-checklist.md +++ b/docs/customization-checklist.md @@ -9,8 +9,8 @@ Some generic things to update and check when starting to customize Starter app. - [LandingPage](../src/containers/LandingPage/LandingPage.js): update and create branded sections - [Footer](../src/components/Footer/Footer.js) - [AboutPage](../src/containers/AboutPage/AboutPage.js) -- [TermsOfServicePage](../src/components/TermsOfService/TermsOfService.js) -- [PrivacyPolicy](../src/components/PrivacyPolicy/PrivacyPolicy.js) +- [TermsOfServicePage](terms-of-service-and-privacy-policy.md#terms-of-service) +- [PrivacyPolicy](terms-of-service-and-privacy-policy.md#privacy-policy) - [Social media sharing graphics](../src/components/Page/Page.js); - [Logo](../src/components/Logo/Logo.js) Change and check that it works on Topbar and Footer - [Logo in CheckoutPage](../src/containers/CheckoutPage/LogoIcon.js)