From 5558aa45f52379d16941aab363fd246ffb4ae567 Mon Sep 17 00:00:00 2001 From: nkzawa Date: Wed, 26 Oct 2016 18:42:39 +0900 Subject: [PATCH] README: fix a link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 97cf0fe9..68c9e3cd 100644 --- a/README.md +++ b/README.md @@ -343,7 +343,7 @@ But in some cases, the size of React itself would far exceed the content of the For this reason we want to promote a situation where users can share the cache for the basic runtime across internet properties. The application code continues to load from your server as usual. -We are committed to providing a great uptime and levels of security for our CDN. Even so, we also **automatically fall back** if the CDN script fails to load [with a simple trick](). +We are committed to providing a great uptime and levels of security for our CDN. Even so, we also **automatically fall back** if the CDN script fails to load [with a simple trick](http://www.hanselman.com/blog/CDNsFailButYourScriptsDontHaveToFallbackFromCDNToLocalJQuery.aspx). To turn the CDN off, just set `{ “next”: { “cdn”: false } }` in `package.json`.