From a90344a9c152420f12e5e808d5709b1f93f00a17 Mon Sep 17 00:00:00 2001 From: Shinnosuke Watanabe Date: Tue, 9 Feb 2016 01:00:51 +0900 Subject: [PATCH] Use HTTPS protocol for jsdelivr.com URL --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 19ca236fcf..3e7df5b82f 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ You'll notice that we used an HTML-like syntax; [we call it JSX](https://faceboo ## Installation -The fastest way to get started is to serve JavaScript from the CDN (also available on [cdnjs](https://cdnjs.com/libraries/react) and [jsdelivr](http://www.jsdelivr.com/#!react)): +The fastest way to get started is to serve JavaScript from the CDN (also available on [cdnjs](https://cdnjs.com/libraries/react) and [jsdelivr](https://www.jsdelivr.com/#!react)): ```html