Skip to content

Commit 216015b

Browse files
committed
update all links
1 parent a723730 commit 216015b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/gatsby/src/schema/__tests__/__snapshots__/rebuild-schema.js.snap

+1-1
Original file line numberDiff line numberDiff line change
@@ -1363,7 +1363,7 @@ If you have explicitly defined a type for those fields, you can safely ignore th
13631363
Otherwise, Gatsby will omit those fields from the GraphQL schema.
13641364
13651365
If you know all field types in advance, the best strategy is to explicitly define them with the \`createTypes\` action, and skip inference with the \`@dontInfer\` directive.
1366-
See https://www.gatsbyjs.com/docs/actions/#createTypes",
1366+
See https://www.gatsbyjs.com/docs/reference/config-files/actions/#createTypes",
13671367
],
13681368
],
13691369
"results": Array [

starters/gatsby-starter-wordpress-blog/gatsby-node.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ async function createBlogPostArchive({ posts, gatsbyUtilities }) {
9797
}
9898

9999
// createPage is an action passed to createPages
100-
// See https://www.gatsbyjs.com/docs/actions#createPage for more info
100+
// See https://www.gatsbyjs.com/reference/config-files/actions/#createPage for more info
101101
await gatsbyUtilities.actions.createPage({
102102
path: getPagePath(pageNumber),
103103

0 commit comments

Comments
 (0)