From c77c13ef71e94448c65918036e086430156e8063 Mon Sep 17 00:00:00 2001 From: krichey15 Date: Wed, 2 Jun 2021 14:21:11 -0700 Subject: [PATCH] fixed readme to give correct location of file to edit for CMS --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 23d5f3b8..cd51c9be 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,7 @@ If you are adding or editing content locally in the CMS, a couple of things to n ## Editing CMS fields -The Netlify CMS configuration is located in `public/admin/config.yml`. This is where you will configure the pages, fields, posts and settings that are editable by the CMS. +The Netlify CMS configuration is located in `static/admin/config.yml`. This is where you will configure the pages, fields, posts and settings that are editable by the CMS. Find out more in the [Netlify CMS Docs](https://www.netlifycms.org/docs/#configuration).