Skip to content

Commit

Permalink
Fix links in root README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffreylin committed May 29, 2013
1 parent 0487cc8 commit a341f77
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -41,7 +41,7 @@ The fastest way to get started is to serve JavaScript from the CDN:
<script src="http://fb.me/JSXTransformer-0.3.0.js"></script>
```

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:

Expand Down

0 comments on commit a341f77

Please sign in to comment.