From 82d0707e5e2ea09a35d53943cee56750aa4444ef Mon Sep 17 00:00:00 2001 From: Dale Seo Date: Wed, 6 May 2020 06:13:21 -0400 Subject: [PATCH] fix(www): Update remark-plugin-tutorial.md (#23624) --- docs/tutorial/remark-plugin-tutorial.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorial/remark-plugin-tutorial.md b/docs/tutorial/remark-plugin-tutorial.md index 6c5655348a475..310bbf816b492 100644 --- a/docs/tutorial/remark-plugin-tutorial.md +++ b/docs/tutorial/remark-plugin-tutorial.md @@ -268,7 +268,7 @@ A small library [mdast-util-to-string](https://github.com/syntax-tree/mdast-util At this point, our plugin is now ready to be used. To see the resulting functionality, it is helpful to re-visit [Part 7 of the Gatsby Tutorial](/tutorial/part-seven/) to programmatically create pages from Markdown data. Once this is set up, you can examine that your plugin works as seen below based on the markdown you wrote earlier. -![Output](./images/remark-ast-output.png) +![Output](../docs/images/remark-ast-output.png) ## Publishing the plugin