From e607ec1a6d1058aa447cacaf6d98e9271fd8e042 Mon Sep 17 00:00:00 2001 From: Taylor Bryant Date: Sun, 22 Oct 2017 19:05:15 -0500 Subject: [PATCH] Fix broken Editorial Workflow link The Editorial Workflow link is set up to work within GitHub but redirects to a 404 page on the actual Docs site. --- 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 d4531a1a..ecc08946 100755 --- a/docs/quick-start.md +++ b/docs/quick-start.md @@ -64,7 +64,7 @@ backend: These lines specify your backend protocol and your publication branch. Git Gateway is an open source API that acts as a proxy between authenticated users of your site and your site repo. (We'll get to the details of that in the [Authentication section](#authentication) below.) 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 publication 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, add the following line to your `config.yml`: +By default, saving a post in the CMS interface will push a commit directly to the publication branch specified in `backend`. However, you also have the option to enable the [Editorial Workflow](/docs/editorial-workflow), which adds an interface for drafting, reviewing, and approving posts. To do this, add the following line to your `config.yml`: ``` yaml publish_mode: editorial_workflow