Merge pull request #5999 from shinnn/https

Use HTTPS protocol for jsdelivr.com URL
This commit is contained in:
Jim 2016-02-08 10:22:57 -08:00
commit 1e85460909

View File

@ -33,7 +33,7 @@ You'll notice that we used an HTML-like syntax; [we call it JSX](https://faceboo
## Installation ## 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 ```html
<!-- The core React library --> <!-- The core React library -->