Switch to https enabled CDN. (#588)

This commit is contained in:
Prashant Anantharaman 2016-08-09 16:31:55 -07:00 committed by Seth Bertalotto
parent a6adc763fd
commit 3fac70e1e0

View File

@ -12,7 +12,7 @@ A set of small, responsive CSS modules that you can use in every web project.
**Use From the CDN:**
```html
<link rel="stylesheet" href="http://yui.yahooapis.com/pure/0.6.0/pure-min.css">
<link rel="stylesheet" href="https://yui-s.yahooapis.com/pure/0.6.0/pure-min.css">
```
Note: You can [customize which Pure modules you need][customize].