diff options
| author | XhmikosR <[email protected]> | 2018-03-27 19:51:43 +0300 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2018-04-05 13:19:17 +0300 |
| commit | d8a39c9989187cbc4c4e33b55363c2d65fa2bc7f (patch) | |
| tree | 2164e41701e76c8df73c2457736be5120448300e | |
| parent | 10c64bdae867c0dcc808a68af12d551710baea8d (diff) | |
| download | bootstrap-d8a39c9989187cbc4c4e33b55363c2d65fa2bc7f.tar.xz bootstrap-d8a39c9989187cbc4c4e33b55363c2d65fa2bc7f.zip | |
docs: Switch to StackPath's URL.
While the old one will keep working, better switch to the new one.
| -rw-r--r-- | _config.yml | 4 | ||||
| -rw-r--r-- | docs/4.0/getting-started/introduction.md | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/_config.yml b/_config.yml index 559801608..7e1e7264a 100644 --- a/_config.yml +++ b/_config.yml @@ -67,9 +67,9 @@ download: cdn: # See https://www.srihash.org for info on how to generate the hashes - css: "https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" + css: "https://stackpath.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" css_hash: "sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" - js: "https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js" + js: "https://stackpath.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js" js_hash: "sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl" jquery: "https://code.jquery.com/jquery-3.3.1.slim.min.js" jquery_hash: "sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" diff --git a/docs/4.0/getting-started/introduction.md b/docs/4.0/getting-started/introduction.md index 48e6dc549..e938bb534 100644 --- a/docs/4.0/getting-started/introduction.md +++ b/docs/4.0/getting-started/introduction.md @@ -13,7 +13,7 @@ toc: true ## Quick start -Looking to quickly add Bootstrap to your project? Use BootstrapCDN, provided for free by the folks at MaxCDN. Using a package manager or need to download the source files? [Head to the downloads page.]({{ site.baseurl }}/docs/{{ site.docs_version }}/getting-started/download/) +Looking to quickly add Bootstrap to your project? Use BootstrapCDN, provided for free by the folks at StackPath. Using a package manager or need to download the source files? [Head to the downloads page.]({{ site.baseurl }}/docs/{{ site.docs_version }}/getting-started/download/) ### CSS |
