From f7e46674574c8cb6cab1c62ee8d53e2feadfb16b Mon Sep 17 00:00:00 2001 From: Devon Blandin Date: Fri, 30 May 2014 14:14:18 -0500 Subject: [PATCH] Update link to @petehunt's react-server-rendering GitHub repo (cherry picked from commit d8a2f12498fa5390c8d95bb391250724c130a2d0) --- docs/_posts/2013-06-05-why-react.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/_posts/2013-06-05-why-react.md b/docs/_posts/2013-06-05-why-react.md index 7aa3c2ddf1..07f02e1ef9 100644 --- a/docs/_posts/2013-06-05-why-react.md +++ b/docs/_posts/2013-06-05-why-react.md @@ -75,7 +75,7 @@ some pretty cool things with it: - We've built internal prototypes that run React apps in a web worker and use React to drive **native iOS views** via an Objective-C bridge. - You can run React - [on the server](http://github.com/petehunt/react-server-rendering) + [on the server](http://github.com/petehunt/react-server-rendering-example) for SEO, performance, code sharing and overall flexibility. - Events behave in a consistent, standards-compliant way in all browsers (including IE8) and automatically use