Skip to content

Commit

Permalink
chore(docs): replace broken packages link with correct plugins (gatsb…
Browse files Browse the repository at this point in the history
…yjs#12076)

## Description

This change fixes the broken link reference to the Plugins page in the Gatsby Tutorial Part Four in the "When do I use unstructured data vs GraphQL?" section. It replaces the '/packages/' link ref with '/plugins'.

## Related Issues

Fixes gatsbyjs#12029
  • Loading branch information
sdolber authored and DSchau committed Feb 25, 2019
1 parent 388189b commit 69348c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tutorial/part-four/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ See the [Using Gatsby without GraphQL](/docs/using-gatsby-without-graphql/) guid

If you're building a small site, one efficient way to build it is to pull in unstructured data as outlined in this guide, using `createPages` API, and then if the site becomes more complex later on, you move on to building more complex sites, or you'd like to transform your data, follow these steps:

1. Check out the [Plugin Library](/packages/) to see if the source plugins and/or transformer plugins you'd like to use already exist
1. Check out the [Plugin Library](/plugins/) to see if the source plugins and/or transformer plugins you'd like to use already exist
2. If they don't exist, read the [Plugin Authoring](/docs/plugin-authoring/) guide and consider building your own!

### How Gatsby's data layer uses GraphQL to pull data into components
Expand Down

0 comments on commit 69348c6

Please sign in to comment.