Skip to content

Commit

Permalink
Fixes incorrect link "programmatically creating pages from data" (#33964
Browse files Browse the repository at this point in the history
)

Currently links to `Part 7: Add Dynamic Images from Data`
This change updates the linked page to `Part 6: Create Pages Programmatically` to match the link description
  • Loading branch information
InfamousStarFox authored Nov 13, 2021
1 parent f525ce0 commit 2be4bea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/recipes/pages-layouts.md
Original file line number Diff line number Diff line change
Expand Up @@ -244,6 +244,6 @@ export default function DogTemplate({ pageContext: { dog } }) {

### Additional resources

- Tutorial section on [programmatically creating pages from data](/docs/tutorial/part-7/)
- Tutorial section on [programmatically creating pages from data](/docs/tutorial/part-6/)
- Reference guide on [using Gatsby without GraphQL](/docs/how-to/querying-data/using-gatsby-without-graphql/)
- [Example repo](https://github.com/gatsbyjs/gatsby/tree/master/examples/recipe-createPage) for this recipe

0 comments on commit 2be4bea

Please sign in to comment.