Skip to content

Commit

Permalink
fix ToC links in migration guide (#8157)
Browse files Browse the repository at this point in the history
  • Loading branch information
pieh committed Sep 14, 2018
1 parent dfeea37 commit b2a030a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/docs/migrating-from-v1-to-v2.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ This is a reference for upgrading your site from Gatsby v1 to Gatsby v2. While t

- [Update Gatsby version](#update-gatsby-version)
- [Manually install React](#manually-install-react)
- [Manually install plugins’ peer dependencies](#manually-install-plugins'-peer-dependencies)
- [Manually install plugins’ peer dependencies](#manually-install-plugins-peer-dependencies)

- [Handling Breaking Changes](#handling-breaking-changes)

Expand Down Expand Up @@ -55,12 +55,12 @@ This is a reference for upgrading your site from Gatsby v1 to Gatsby v2. While t
- [Setting the proper Peer Dependencies](#setting-the-proper-peer-dependencies)
- [Change `modifyBabelrc` to `onCreateBabelConfig`](#change-modifybabelrc-to-oncreatebabelconfig)
- [Change `modifyWebpackConfig` to `onCreateWebpackConfig`](#change-modifywebpackconfig-to-oncreatewebpackconfig)
- [`createRemoteFileNode` API has changed](#createRemoteFileNode)
- [`createRemoteFileNode` API has changed](#createremotefilenode)
- [Only allow defined keys on the `node.internal` object](#only-allow-defined-keys-on-the-node-internal-object)
- [Import `graphql` types from `gatsby/graphql`](#import-graphql-types-from-gatsbygraphql)

- [For Explorers](#for-explorers)
- [V2 from Scratch](#starting-a-new-project-with-gatsby-v2)
- [V2 from Scratch](#starting-a-new-project-with-v2)

## Updating Your Dependencies

Expand Down

0 comments on commit b2a030a

Please sign in to comment.