Skip to content

Commit

Permalink
chore(docs): updated selections in link (gatsbyjs#14409)
Browse files Browse the repository at this point in the history
  • Loading branch information
muescha authored and pieh committed May 30, 2019
1 parent 03ddfdf commit ed89125
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/creating-a-source-plugin.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ In order to create a parent/child relationship, when calling `createNode` for th

_Examples_

[Here's the above example](https://github.com/gatsbyjs/gatsby/blob/master/packages/gatsby-transformer-remark/src/on-node-create.js#L34-L64) from the `gatsby-transformer-remark` source plugin.
[Here's the above example](https://github.com/gatsbyjs/gatsby/blob/72077527b4acd3f2109ed5a2fcb780cddefee35a/packages/gatsby-transformer-remark/src/on-node-create.js#L39-L67) from the `gatsby-transformer-remark` source plugin.

[Here's another example](https://github.com/gatsbyjs/gatsby/blob/1fb19f9ad16618acdac7eda33d295d8ceba7f393/packages/gatsby-transformer-sharp/src/on-node-create.js#L3-L25) from the `gatsby-transformer-sharp` source plugin.

Expand Down

0 comments on commit ed89125

Please sign in to comment.