From d79f1dd7c36367bcc5d677856edf2a784e291593 Mon Sep 17 00:00:00 2001 From: Dave Nicolson Date: Wed, 2 Sep 2020 16:47:26 +0200 Subject: [PATCH] Update UMD build links to match npm (#3239) --- content/blog/2020-08-10-react-v17-rc.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/blog/2020-08-10-react-v17-rc.md b/content/blog/2020-08-10-react-v17-rc.md index 0fdb94e5a..8f7365e59 100644 --- a/content/blog/2020-08-10-react-v17-rc.md +++ b/content/blog/2020-08-10-react-v17-rc.md @@ -284,8 +284,8 @@ yarn add react@17.0.0-rc.1 react-dom@17.0.0-rc.1 We also provide UMD builds of React via a CDN: ```html - - + + ``` Refer to the documentation for [detailed installation instructions](/docs/installation.html).