Skip to content

Commit 3222684

Browse files
authored
chore(docs): Fix page link to page 6 of remark tutorial (#36437)
Fix page link
1 parent 0b458e6 commit 3222684

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/tutorial/remark-plugin-tutorial.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,7 @@ A real-world example of this would be [`gatsby-remark-responsive-iframe`](https:
331331

332332
## Loading in changes and seeing effect
333333

334-
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.
334+
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.
335335

336336
![Output](../docs/images/remark-ast-output.png)
337337

0 commit comments

Comments
 (0)