Use HTTPS protocol for jsdelivr.com URL

This commit is contained in:
Shinnosuke Watanabe
2016-02-09 01:00:51 +09:00
parent 725a723e27
commit a90344a9c1
+1 -1
View File
@@ -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
<!-- The core React library -->