Skip to content

Commit ece5b92

Browse files
committed
Merge pull request facebook#5 from jeffreylin/master
Fix links in root README.md
2 parents 2087fde + a341f77 commit ece5b92

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ React is a JavaScript library for building user interfaces.
66
* **Efficient:** React minimizes interactions with the DOM by using a mock representation of the DOM.
77
* **Flexible:** React works with the libraries and frameworks that you already know.
88

9-
[Learn how to use React in your own project.](http://facebook.github.io/docs/getting-started.html)
9+
[Learn how to use React in your own project.](http://facebook.github.io/react/docs/getting-started.html)
1010

1111
## Examples
1212

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

44-
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.
44+
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.
4545

4646
If you'd like to use [bower](http://bower.io), it's as easy as:
4747

0 commit comments

Comments
 (0)