From 69e2fae33e3a8b5a15a33981e41ac6bff9cd6558 Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Thu, 30 Oct 2014 17:39:31 -0700 Subject: [PATCH] Revert "apply #14930 to hosted docs" This reverts commit 11df32dd6b2e45ffc65f861cbdf1118da7c45a69. BootstrapCDN has now uploaded Bootstrap v3.3.0 --- 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 9103ca1340..359eb9ce8b 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://cdn.jsdelivr.net/bootstrap/3.3.0/css/bootstrap.min.css">
+<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.0/css/bootstrap.min.css">
 
 <!-- Optional theme -->
-<link rel="stylesheet" href="https://cdn.jsdelivr.net/bootstrap/3.3.0/css/bootstrap-theme.min.css">
+<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.0/css/bootstrap-theme.min.css">
 
 <!-- Latest compiled and minified JavaScript -->
-<script src="https://cdn.jsdelivr.net/bootstrap/3.3.0/js/bootstrap.min.js"></script>
+<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.0/js/bootstrap.min.js"></script>

Install with Bower

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

-- 2.47.2