From 517ada928aabdd0aa4fa7ef5ddefe59a5e15c6a3 Mon Sep 17 00:00:00 2001 From: 1337cookie Date: Tue, 10 Apr 2018 12:30:17 +1200 Subject: [PATCH] Fixed typo (#4597) --- docs/guides/index.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/guides/index.md b/docs/guides/index.md index d71857dabb..ad6e01f225 100644 --- a/docs/guides/index.md +++ b/docs/guides/index.md @@ -2,8 +2,7 @@ These keystone guides have been written both to get you set up with keystone, as well as help explain the concepts keystone is using, to help you understand how to get the most out of your project. -If you are coming from Keystone 4, and are looking to upgrade, read through our [upgrade guide](/guides/v-0-3-to-v-4-0-upgrade-guide) - +If you are coming from Keystone 0.3, and are looking to upgrade to Keystone 4.0, read through our [upgrade guide](/guides/v-0-3-to-v-4-0-upgrade-guide) If you are planning on starting with the keystone generator, the [yo generator](/getting-started/yo-generator) is the best place to begin, and will walk you through the parts of the generator so you can understand your new project. If you want to implement keystone from scratch without the generator, the [setting up](/getting-started/setting-up/part-1) is the best place to start.