Skip to content

Commit ef8bd04

Browse files
committed
[docs] Fix download links to addons builds
1 parent 030835b commit ef8bd04

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/downloads.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,14 @@ The uncompressed, development version of React core with inline documentation.
2828
<script src="http://fb.me/react-{{site.react_version}}.js"></script>
2929
```
3030

31-
#### <a href="http://fb.me/react-{{site.react_version}}.min.js">React With Add-Ons {{site.react_version}} (production)</a>
31+
#### <a href="http://fb.me/react-with-addons-{{site.react_version}}.min.js">React With Add-Ons {{site.react_version}} (production)</a>
3232
The compressed, production version of React with [add-ons](/react/docs/addons.html).
3333

3434
```html
3535
<script src="http://fb.me/react-with-addons-{{site.react_version}}.min.js"></script>
3636
```
3737

38-
#### <a href="http://fb.me/react-{{site.react_version}}.js">React With Add-Ons {{site.react_version}} (development)</a>
38+
#### <a href="http://fb.me/react-with-addons-{{site.react_version}}.js">React With Add-Ons {{site.react_version}} (development)</a>
3939
The uncompressed, development version of React with [add-ons](/react/docs/addons.html).
4040

4141
```html

0 commit comments

Comments
 (0)