From a341f778ae277bf4636c75ceaadf83f203388b26 Mon Sep 17 00:00:00 2001 From: Jeffrey Lin Date: Wed, 29 May 2013 13:51:49 -0700 Subject: [PATCH] Fix links in root README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9b077d6617d3c..c9ee84cd46b90 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ React is a JavaScript library for building user interfaces. * **Efficient:** React minimizes interactions with the DOM by using a mock representation of the DOM. * **Flexible:** React works with the libraries and frameworks that you already know. -[Learn how to use React in your own project.](http://facebook.github.io/docs/getting-started.html) +[Learn how to use React in your own project.](http://facebook.github.io/react/docs/getting-started.html) ## Examples @@ -41,7 +41,7 @@ The fastest way to get started is to serve JavaScript from the CDN: ``` -We've also built a [starter kit](#) which might be useful if this is your first time using React. It includes a webpage with an example of using React with live code. +We've also built a [starter kit](http://facebook.github.io/react/downloads/react-0.3.0.zip) which might be useful if this is your first time using React. It includes a webpage with an example of using React with live code. If you'd like to use [bower](http://bower.io), it's as easy as: