From 66da66affd4b311763bb1abf9fa74634e572d1bd Mon Sep 17 00:00:00 2001 From: Ryan DeBeasi Date: Wed, 7 Aug 2019 14:45:07 -0400 Subject: [PATCH] Fix broken link (#2522) --- website/content/docs/contributor-guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/content/docs/contributor-guide.md b/website/content/docs/contributor-guide.md index 3ff0ec6e..64b588eb 100644 --- a/website/content/docs/contributor-guide.md +++ b/website/content/docs/contributor-guide.md @@ -15,7 +15,7 @@ The documentation for Netlify CMS is written in [Markdown](http://daringfireball The GitHub website allows you to submit issues, work with files, search for content, and browse changes that have been submitted in the past and those that are being submitted now (aka Pull Requests). ## Style guidelines -A [style guide](/website/content/docs/style-guide.md) is available to help provide context around grammar, code styling, syntax, etc. +A [style guide](/docs/writing-style-guide/) is available to help provide context around grammar, code styling, syntax, etc. ## Filing issues If you have a GitHub account, you can file an [issue](https://github.com/netlify/netlify-cms/issues) (aka bug report) against the Netlify CMS docs. Even if you're not able to, or don't know how to, fix the issue (see [Improve existing content](#improve-existing-content)), it helps to start the conversation.