From 11df32dd6b2e45ffc65f861cbdf1118da7c45a69 Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Thu, 30 Oct 2014 00:13:07 -0700 Subject: [PATCH] apply #14930 to hosted docs --- getting-started/index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/getting-started/index.html b/getting-started/index.html index 359eb9ce8b..9103ca1340 100644 --- a/getting-started/index.html +++ b/getting-started/index.html @@ -136,13 +136,13 @@

Bootstrap CDN

The folks over at MaxCDN graciously provide CDN support for Bootstrap's CSS and JavaScript. Just use these Bootstrap CDN links.

<!-- Latest compiled and minified CSS -->
-<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.0/css/bootstrap.min.css">
+<link rel="stylesheet" href="https://cdn.jsdelivr.net/bootstrap/3.3.0/css/bootstrap.min.css">
 
 <!-- Optional theme -->
-<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.0/css/bootstrap-theme.min.css">
+<link rel="stylesheet" href="https://cdn.jsdelivr.net/bootstrap/3.3.0/css/bootstrap-theme.min.css">
 
 <!-- Latest compiled and minified JavaScript -->
-<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.0/js/bootstrap.min.js"></script>
+<script src="https://cdn.jsdelivr.net/bootstrap/3.3.0/js/bootstrap.min.js"></script>

Install with Bower

Install and manage Bootstrap's Less, CSS, JavaScript, and fonts using Bower.