From f86de82429c33d1821ad332f9b3293ad173e4532 Mon Sep 17 00:00:00 2001 From: Dion Hulse Date: Tue, 11 Sep 2018 16:36:44 +1000 Subject: [PATCH] Docs: Correct the markdown_source for outreach/articles See https://meta.trac.wordpress.org/ticket/3787 --- docs/manifest.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/manifest.json b/docs/manifest.json index 0b89a207ee4c75..39b1e6c708f840 100644 --- a/docs/manifest.json +++ b/docs/manifest.json @@ -212,7 +212,7 @@ { "title": "Articles", "slug": "articles", - "markdown_source": "https://raw.githubusercontent.com/WordPress/gutenberg/master/outreach/docs/articles.md", + "markdown_source": "https://raw.githubusercontent.com/WordPress/gutenberg/master/docs/outreach/articles.md", "parent": "outreach" }, { @@ -851,4 +851,4 @@ "markdown_source": "https://raw.githubusercontent.com/WordPress/gutenberg/master/docs/data/data-core-viewport.md", "parent": "data" } -] \ No newline at end of file +]