diff options
| author | Chris Rebert <[email protected]> | 2015-12-08 18:19:14 -0800 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2015-12-08 18:19:14 -0800 |
| commit | efc089a79b08e68222e26fa4b7f3a56fedb43043 (patch) | |
| tree | 0475ae745f06230f640710aea32d4f4227fa0d36 | |
| parent | 31d4139a7402776cdb6a852b2fa9351b02e9482b (diff) | |
| parent | e2482cca983ff2a6e14b3a19b85e441d16cdd36b (diff) | |
| download | bootstrap-efc089a79b08e68222e26fa4b7f3a56fedb43043.tar.xz bootstrap-efc089a79b08e68222e26fa4b7f3a56fedb43043.zip | |
Merge pull request #18483 from jdorfman/v4-dev-jd
Updated CDN URLs in v4-dev docs
| -rw-r--r-- | _config.yml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/_config.yml b/_config.yml index 57b9aa7d8..980875ec9 100644 --- a/_config.yml +++ b/_config.yml @@ -37,8 +37,8 @@ themes: http://themes.getbootstrap.com cdn: # See https://www.srihash.org for info on how to generate the hashes - css: https://cdn.rawgit.com/twbs/bootstrap/v4-dev/dist/css/bootstrap.css - css_hash: "sha384-XXXXXXXX" - js: https://cdn.rawgit.com/twbs/bootstrap/v4-dev/dist/js/bootstrap.js - js_hash: "sha384-XXXXXXXX" + css: https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-alpha.2/css/bootstrap.min.css + css_hash: "sha384-y3tfxAZXuh4HwSYylfB+J125MxIs6mR5FOHamPBG064zB+AFeWH94NdvaCBm8qnd" + js: https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-alpha.2/js/bootstrap.min.js + js_hash: "sha384-vZ2WRJMwsjRMW/8U7i6PWi6AlO1L79snBrmgiDpgIWJ82z8eA5lenwvxbMV1PAh7" jquery: https://ajax.googleapis.com/ajax/libs/jquery/2.1.4/jquery.min.js |
