Skip to content

Commit

Permalink
Change name of links to plugins from parser to transformer
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleAMathews committed Apr 25, 2017
1 parent 84b2c91 commit 0124901
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/docs/plugins.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ mean converting this file into a JS component).

## Official plugins

* [gatsby-parser-json](/docs/packages/gatsby-parser-json/)
* [gatsby-parser-remark](/docs/packages/gatsby-parser-remark/)
* [gatsby-parser-sharp](/docs/packages/gatsby-parser-sharp/)
* [gatsby-parser-yaml](/docs/packages/gatsby-parser-yaml/)
* [gatsby-transformer-json](/docs/packages/gatsby-transformer-json/)
* [gatsby-transformer-remark](/docs/packages/gatsby-transformer-remark/)
* [gatsby-transformer-sharp](/docs/packages/gatsby-transformer-sharp/)
* [gatsby-transformer-yaml](/docs/packages/gatsby-transformer-yaml/)
* [gatsby-plugin-catch-links](/docs/packages/gatsby-plugin-catch-links/)
* [gatsby-plugin-coffeescript](/docs/packages/gatsby-plugin-coffeescript/)
* [gatsby-plugin-glamor](/docs/packages/gatsby-plugin-glamor/)
Expand Down

0 comments on commit 0124901

Please sign in to comment.