Fix editorial workflow link in documentation

This commit is contained in:
xuopled 2017-05-04 13:27:26 +02:00
parent d0ee10a681
commit ae6ac59509
No known key found for this signature in database
GPG Key ID: 443ACFF17B980FEB

View File

@ -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