From c805fbe4ac21152cee65bd645245f51d353d6ba8 Mon Sep 17 00:00:00 2001 From: Carl Rosell Date: Fri, 7 Dec 2018 01:06:11 +0100 Subject: [PATCH] docs: fix broken link to dev configuration file (#1941) --- website/content/docs/configuration-options.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/content/docs/configuration-options.md b/website/content/docs/configuration-options.md index 06369bb8..7068fff1 100644 --- a/website/content/docs/configuration-options.md +++ b/website/content/docs/configuration-options.md @@ -14,7 +14,7 @@ Alternatively, you can specify a custom config file using a link tag: ``` -To see working configuration examples, you can [start from a template](../start-with-a-template) or check out the [CMS demo site](https://cms-demo.netlify.com). (No login required: click the login button and the CMS will open.) You can refer to the demo [configuration code](https://github.com/netlify/netlify-cms/blob/master/example/config.yml) to see how each option was configured. +To see working configuration examples, you can [start from a template](../start-with-a-template) or check out the [CMS demo site](https://cms-demo.netlify.com). (No login required: click the login button and the CMS will open.) You can refer to the demo [configuration code](https://github.com/netlify/netlify-cms/blob/master/dev-test/config.yml) to see how each option was configured. You can find details about all configuration options below. Note that [YAML syntax](https://en.wikipedia.org/wiki/YAML#Basic_components) allows lists and objects to be written in block or inline style, and the code samples below include a mix of both.