diff --git a/docs/blog/2018-06-16-announcing-gatsby-v2-beta-launch/index.md b/docs/blog/2018-06-16-announcing-gatsby-v2-beta-launch/index.md index 340a103b3fa8d..755d0eed9ae36 100644 --- a/docs/blog/2018-06-16-announcing-gatsby-v2-beta-launch/index.md +++ b/docs/blog/2018-06-16-announcing-gatsby-v2-beta-launch/index.md @@ -15,7 +15,7 @@ Gatsby v2 builds on the foundations of v1 to introduce a range of improvements: - Out With Gatsby Layout Components, In With StaticQuery - Gatby's special layout components were a common source of confusion in v1. After an RFC and [informative community discussion](https://github.com/gatsbyjs/rfcs/blob/master/text/0002-remove-special-layout-components.md), we decided to remove them and create `StaticQuery` which allows GraphQL queries to be added to any component. For more information on migrating your layouts, check out our Life After Layouts post (coming soon). + Gatby's special layout components were a common source of confusion in v1. After an RFC and [informative community discussion](https://github.com/gatsbyjs/rfcs/blob/master/text/0002-remove-special-layout-components.md), we decided to remove them and create `StaticQuery` which allows GraphQL queries to be added to any component. For more information on migrating your layouts, check out our [Life After Layouts post](/blog/2018-06-08-life-after-layouts/). - Improve APIs