aboutsummaryrefslogtreecommitdiff
path: root/docs/getting-started.html
diff options
context:
space:
mode:
authorChris Rebert <[email protected]>2014-02-03 12:19:50 -0800
committerChris Rebert <[email protected]>2014-02-03 12:19:50 -0800
commit8ee208e9c197d48828767764d7c89147ebde2a7e (patch)
treefa51431b0409acfb1342cb1f51ebb19ba46b71d1 /docs/getting-started.html
parent149c4be7264316b30024a9618c13110ee6294ebf (diff)
downloadbootstrap-8ee208e9c197d48828767764d7c89147ebde2a7e.tar.xz
bootstrap-8ee208e9c197d48828767764d7c89147ebde2a7e.zip
fix #12566
Diffstat (limited to 'docs/getting-started.html')
-rw-r--r--docs/getting-started.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/getting-started.html b/docs/getting-started.html
index cecffebbd..25209c132 100644
--- a/docs/getting-started.html
+++ b/docs/getting-started.html
@@ -136,7 +136,7 @@ bootstrap/
<h1>Hello, world!</h1>
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
- <script src="https://code.jquery.com/jquery.js"></script>
+ <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
<!-- Include all compiled plugins (below), or include individual files as needed -->
<script src="js/bootstrap.min.js"></script>
</body>