diff --git a/website/templates/template-doc-layout.js b/website/templates/template-doc-layout.js index 00d389e9d2..0ca618ce6f 100644 --- a/website/templates/template-doc-layout.js +++ b/website/templates/template-doc-layout.js @@ -53,9 +53,8 @@ export default class DocumentLayout extends React.Component { const title = markdownRemark.headings.sort((a, b) => a.value.localeCompare(b.value)).map(h => h.value).join(', '); // TODO add file path to Markdown schema - // NOTE pointing to `docs` until ready for `master` const editPath = ` - https://github.com/keystonejs/keystone/blob/docs/docs/${path} + https://github.com/keystonejs/keystone/blob/master/docs/${path} `; return (