From 57c709becd2bb2ed93f9004c04d48c4a65836cb8 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Thu, 10 Jul 2014 10:23:15 -0700 Subject: [PATCH] jquery links --- _config.yml | 1 + docs/_includes/getting-started/download.md | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/_config.yml b/_config.yml index 72839147d..c174f4a7e 100644 --- a/_config.yml +++ b/_config.yml @@ -31,3 +31,4 @@ cdn: css: //maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css css_theme: //maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap-theme.min.css js: //maxcdn.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js + jquery: //code.jquery.com/jquery-2.1.1.min.js diff --git a/docs/_includes/getting-started/download.md b/docs/_includes/getting-started/download.md index e4adc1064..b719026ac 100644 --- a/docs/_includes/getting-started/download.md +++ b/docs/_includes/getting-started/download.md @@ -8,10 +8,10 @@ Quickly add Bootstrap to your project via the [Bootstrap CDN](http://bootstrapcd {% endhighlight %} -Then, add the Bootstrap JavaScript—and jQuery—near the end of your project. It's best placed right before the closing `` tag. Be sure to place jQuery first. +Then, add the Bootstrap JavaScript—and jQuery—near the end of your pages. It's best placed right before the closing `` tag. Be sure to place jQuery first as our code depends on it. {% highlight html %} - + {% endhighlight %} @@ -34,7 +34,7 @@ Put it all together and your pages should look like this:

Hello, world!

- +