diff --git a/README.md b/README.md index 034f81c4..62c2080e 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ repository instead of cloning it. See the following section. ## Getting started with your own customisation If you want to build your own Flex marketplace by customising the template application, see the -[Getting started with customisation](docs/getting-started-with-customisation.md) documentation. +[Customisation guide](docs/customisation-guide.md) documentation. ## Documentation diff --git a/docs/README.md b/docs/README.md index 674c0af2..0d3b07ef 100644 --- a/docs/README.md +++ b/docs/README.md @@ -9,7 +9,7 @@ Documentation for specific topics can be found in the following files: * Original [create-react-app documentation](https://github.com/sharetribe/create-react-app/blob/master/packages/react-scripts/template/README.md) -* [Getting started with customisation](getting-started-with-customisation.md) +* [Customisation guide](customisation-guide.md) * [Testing](testing.md) * [Error logging with Sentry](sentry.md) * [CI](ci.md) diff --git a/docs/customisation-guide.md b/docs/customisation-guide.md index 28d6876e..329de44f 100644 --- a/docs/customisation-guide.md +++ b/docs/customisation-guide.md @@ -1,4 +1,4 @@ -# Getting started with customisation +# Customisation guide So you've decided to build your own Flex marketplace using the template. That's awesome! This guide will help you in setting up your fork and describes the general workflow.