From 7f130b1999a189840822b95476d7fc3b9c39b51d Mon Sep 17 00:00:00 2001 From: Mike Allanson Date: Thu, 21 Jun 2018 09:18:08 +0100 Subject: [PATCH] Add link to Life After Layouts post --- docs/blog/2018-06-16-announcing-gatsby-v2-beta-launch/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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