mirror of
https://github.com/zebrajr/react.git
synced 2025-12-06 00:20:04 +01:00
Fix some URLs
This commit is contained in:
parent
0ea0d2f76b
commit
6fc478516b
|
|
@ -36,9 +36,9 @@ The fastest way to get started is to serve JavaScript from the CDN:
|
|||
|
||||
```html
|
||||
<!-- The core React library -->
|
||||
<script src="http://fbcdn.com/javascript/react/0.6.0/react.min.js"></script>
|
||||
<script src="http://fb.me/react-0.3.0.min.js"></script>
|
||||
<!-- In-browser JSX transformer, remove when pre-compiling JSX. -->
|
||||
<script src="http://fbcdn.com/javascript/react/0.6.0/JSXTransformer.js"></script>
|
||||
<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.
|
||||
|
|
|
|||
|
|
@ -14,13 +14,13 @@ Download the starter kit to get everything you need to
|
|||
|
||||
## Individual Downloads
|
||||
|
||||
#### <a href="http://fb/me/react-{{site.react_version}}.min.js">React Core {{site.react_version}} (production)</a>
|
||||
#### <a href="http://fb.me/react-{{site.react_version}}.min.js">React Core {{site.react_version}} (production)</a>
|
||||
The compressed, production version of React core
|
||||
|
||||
#### <a href="http://fb/me/react-{{site.react_version}}.js">React Core {{site.react_version}} (development)</a>
|
||||
#### <a href="http://fb.me/react-{{site.react_version}}.js">React Core {{site.react_version}} (development)</a>
|
||||
The uncompressed, development version of React core with inline documentation.
|
||||
|
||||
#### <a href="http://fb/me/JSXTransformer-{{site.react_version}}.js">JSX Transform</a>
|
||||
#### <a href="http://fb.me/JSXTransformer-{{site.react_version}}.js">JSX Transform</a>
|
||||
The JSX transformer used to support [XML syntax](/react/docs/syntax.html) in JavaScript.
|
||||
|
||||
## Bower
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user