From a4ad2b4e5459906c21a1c05f74eaa5dfe98b7924 Mon Sep 17 00:00:00 2001 From: Jim Date: Mon, 21 Dec 2015 10:29:09 -0800 Subject: [PATCH] Merge pull request #5701 from cesarwbr/patch-1 Fix typo in youtube url for video in blog post. (cherry picked from commit 8d0efaf980741b360b76a7b832de060e3d6791b5) --- .../2015-03-19-building-the-facebook-news-feed-with-relay.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.