From ae6ac5950920908f51e8379262e1aeb27323c694 Mon Sep 17 00:00:00 2001 From: xuopled Date: Thu, 4 May 2017 13:27:26 +0200 Subject: [PATCH] Fix editorial workflow link in documentation --- docs/quick-start.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/quick-start.md b/docs/quick-start.md index 2221faaf..50f3da31 100755 --- a/docs/quick-start.md +++ b/docs/quick-start.md @@ -83,7 +83,7 @@ backend: This names GitHub as the authentication provider, points to the repo location on github.com, and declares the branch where you want to merge changes. If you leave out the `branch` declaration, it will default to `master`. ### Editorial Workflow -By default, saving a post in the CMS interface will push a commit directly to the branch specified in `backend`. However, you also have the option to enable the [Editorial Workflow](editorial_workflow.md), which adds an interface for drafting, reviewing, and approving posts. To do this, simply add this line to your `config.yml`: +By default, saving a post in the CMS interface will push a commit directly to the branch specified in `backend`. However, you also have the option to enable the [Editorial Workflow](editorial-workflow.md), which adds an interface for drafting, reviewing, and approving posts. To do this, simply add this line to your `config.yml`: ``` yaml publish_mode: editorial_workflow