From 44575387c75c31a6b2113330aba8b55eb51bcbc7 Mon Sep 17 00:00:00 2001 From: Bolarinwa Comfort Ajayi Date: Sat, 22 Oct 2022 05:17:03 -0700 Subject: [PATCH] Documentation - fix up minor typos in getting started & demo site pages (#9443) --- docs/getting_started/demo_site.md | 4 ++-- docs/getting_started/index.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/getting_started/demo_site.md b/docs/getting_started/demo_site.md index 450ad3872a..5dc3e43467 100644 --- a/docs/getting_started/demo_site.md +++ b/docs/getting_started/demo_site.md @@ -1,5 +1,5 @@ # Demo site -To create a new site on Wagtail, we recommend the `wagtail start` command in [Getting started](index). We also have a demo site, The Wagtail Bakery, which contains example page types and models. We recommend you use the demo site for testing during development of Wagtail itself. +To create a new site on Wagtail, we recommend the `wagtail start` command in [Getting started](index). We also have a demo site, The Wagtail Bakery, which contains example page types and models. We recommend you use the demo site for testing during the development of Wagtail itself. -The source code and installation instructions can be found at +The source code and installation instructions can be found at . diff --git a/docs/getting_started/index.md b/docs/getting_started/index.md index c2e075222e..06c37ca45a 100644 --- a/docs/getting_started/index.md +++ b/docs/getting_started/index.md @@ -53,8 +53,8 @@ If you'd like to add Wagtail to an existing Django project instead, see [Integra There are a few optional packages which are not installed by default but are recommended to improve performance or add features to Wagtail, including: -- [Elasticsearch](/advanced_topics/performance). -- [Feature Detection](image_feature_detection). +- [Elasticsearch](/advanced_topics/performance) +- [Feature Detection](image_feature_detection) ```{toctree} ---