From cd654486f89e0b5a62d18441b9169df4e2e9b1c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Paul=20O=E2=80=99Shannessy?= Date: Wed, 10 Feb 2016 11:40:08 -0800 Subject: [PATCH] Merge pull request #6004 from TheBlasfem/sri-links Included SRI hashes for fb.me links on download page (cherry picked from commit bd3979980fa5e30cb6df824f1eea2883dc9dac52) --- docs/downloads.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/docs/downloads.md b/docs/downloads.md index 7a89c59d28..42178a5418 100644 --- a/docs/downloads.md +++ b/docs/downloads.md @@ -24,32 +24,32 @@ If you're just starting out, make sure to use the development version. The uncompressed, development version of [react.js](https://fb.me/react-{{site.react_version}}.js) and [react-dom.js](https://fb.me/react-dom-{{site.react_version}}.js) with inline documentation (you need both files). ```html - - + + ``` #### React {{site.react_version}} (production) The compressed, production version of [react.js](https://fb.me/react-{{site.react_version}}.min.js) and [react-dom.js](https://fb.me/react-dom-{{site.react_version}}.min.js) (you need both). ```html - - + + ``` #### React with Add-Ons {{site.react_version}} (development) The uncompressed, development version of React with [optional add-ons](/react/docs/addons.html). ```html - - + + ``` #### React with Add-Ons {{site.react_version}} (production) The compressed, production version of React with [optional add-ons](/react/docs/addons.html). ```html - - + + ``` All scripts are also available via [CDNJS](https://cdnjs.com/libraries/react/).