Skip to content

Commit

Permalink
chore(docs): Fix page link to page 6 of remark tutorial (#36437)
Browse files Browse the repository at this point in the history
Fix page link
  • Loading branch information
ChefYeum committed Aug 24, 2022
1 parent 0b458e6 commit 3222684
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tutorial/remark-plugin-tutorial.md
Expand Up @@ -331,7 +331,7 @@ A real-world example of this would be [`gatsby-remark-responsive-iframe`](https:

## Loading in changes and seeing effect

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](/docs/tutorial/part-7/) 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.
At this point, our plugin is now ready to be used. To see the resulting functionality, it is helpful to re-visit [Part 6 of the Gatsby Tutorial](/docs/tutorial/part-6/) 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](../docs/images/remark-ast-output.png)

Expand Down

0 comments on commit 3222684

Please sign in to comment.