[docs] Fix download links to addons builds

This commit is contained in:
Paul O’Shannessy 2013-12-02 15:13:49 -08:00
parent 3851462b80
commit 241f4d29b2
1 changed files with 2 additions and 2 deletions

View File

@ -28,14 +28,14 @@ The uncompressed, development version of React core with inline documentation.
<script src="http://fb.me/react-{{site.react_version}}.js"></script>
```
#### <a href="http://fb.me/react-{{site.react_version}}.min.js">React With Add-Ons {{site.react_version}} (production)</a>
#### <a href="http://fb.me/react-with-addons-{{site.react_version}}.min.js">React With Add-Ons {{site.react_version}} (production)</a>
The compressed, production version of React with [add-ons](/react/docs/addons.html).
```html
<script src="http://fb.me/react-with-addons-{{site.react_version}}.min.js"></script>
```
#### <a href="http://fb.me/react-{{site.react_version}}.js">React With Add-Ons {{site.react_version}} (development)</a>
#### <a href="http://fb.me/react-with-addons-{{site.react_version}}.js">React With Add-Ons {{site.react_version}} (development)</a>
The uncompressed, development version of React with [add-ons](/react/docs/addons.html).
```html