From 3fe3596085d00af1c94e6bfd7734f5cec76fe338 Mon Sep 17 00:00:00 2001 From: Nathan Hunzaker Date: Thu, 28 Jun 2018 22:32:49 -0400 Subject: [PATCH] Correctly link up reference to 15.6.2 addons (#644) --- content/blog/2017-09-25-react-v15.6.2.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/blog/2017-09-25-react-v15.6.2.md b/content/blog/2017-09-25-react-v15.6.2.md index a945003f..d9b3e974 100644 --- a/content/blog/2017-09-25-react-v15.6.2.md +++ b/content/blog/2017-09-25-react-v15.6.2.md @@ -34,7 +34,7 @@ In case you don't use a bundler, we also provide pre-built bundles in the npm pa Minified build for production: [react/dist/react.min.js](https://unpkg.com/react@15.6.2/dist/react.min.js)
* **React with Add-Ons**
Dev build with warnings: [react/dist/react-with-addons.js](https://unpkg.com/react@15.6.2/dist/react-with-addons.js)
- Minified build for production: [react/dist/react-with-addons.min.js](https://unpkg.com/react@15.5.0/dist/react-with-addons.min.js)
+ Minified build for production: [react/dist/react-with-addons.min.js](https://unpkg.com/react@15.6.2/dist/react-with-addons.min.js)
* **React DOM** (include React in the page before React DOM)
Dev build with warnings: [react-dom/dist/react-dom.js](https://unpkg.com/react-dom@15.6.2/dist/react-dom.js)
Minified build for production: [react-dom/dist/react-dom.min.js](https://unpkg.com/react-dom@15.6.2/dist/react-dom.min.js)