diff --git a/docs/_posts/2015-03-19-building-the-facebook-news-feed-with-relay.md b/docs/_posts/2015-03-19-building-the-facebook-news-feed-with-relay.md index 0d3600f15c..9c54cd757d 100644 --- a/docs/_posts/2015-03-19-building-the-facebook-news-feed-with-relay.md +++ b/docs/_posts/2015-03-19-building-the-facebook-news-feed-with-relay.md @@ -3,7 +3,7 @@ title: "Building The Facebook News Feed With Relay" author: josephsavona --- -At React.js Conf in January we gave a preview of Relay, a new framework for building data-driven applications in React. In this post, we'll describe the process of creating a Relay application. This post assumes some familiarity with the concepts of Relay and GraphQL, so if you haven't already we recommend reading [our introductory blog post](/react/blog/2015/02/20/introducing-relay-and-graphql.html) or watching [the conference talk](https://www.youtube-nocookie.com/watch?v=9sc8Pyc51uU). +At React.js Conf in January we gave a preview of Relay, a new framework for building data-driven applications in React. In this post, we'll describe the process of creating a Relay application. This post assumes some familiarity with the concepts of Relay and GraphQL, so if you haven't already we recommend reading [our introductory blog post](/react/blog/2015/02/20/introducing-relay-and-graphql.html) or watching [the conference talk](https://www.youtube-nocookie.com/v/9sc8Pyc51uU). We're working hard to prepare GraphQL and Relay for public release. In the meantime, we'll continue to provide information about what you can expect.