aboutsummaryrefslogtreecommitdiff
path: root/getting-started.html
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-09-11 20:22:33 -0700
committerMark Otto <[email protected]>2013-09-11 20:22:33 -0700
commitecc6978241b86af14ea07c19b59e3c67e10fc43c (patch)
tree3b966bfc432b9ae8719e9221324593e9edc09b20 /getting-started.html
parent0e54a49b9d1c1710022b639c6727017cbeb90978 (diff)
parenta1b0311597fdf79965044e6cb17c1c1acf08b1b6 (diff)
downloadbootstrap-ecc6978241b86af14ea07c19b59e3c67e10fc43c.tar.xz
bootstrap-ecc6978241b86af14ea07c19b59e3c67e10fc43c.zip
Merge pull request #10590 from twbs/doc-jquery-version
document jQuery version requirement; fixes #10355
Diffstat (limited to 'getting-started.html')
-rw-r--r--getting-started.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/getting-started.html b/getting-started.html
index e116b9c3d..ddd8ebc9f 100644
--- a/getting-started.html
+++ b/getting-started.html
@@ -84,7 +84,7 @@ bootstrap/
<p>This is the most basic form of Bootstrap: precompiled files for quick drop-in usage in nearly any web project. We provide compiled CSS and JS (<code>bootstrap.*</code>), as well as compiled and minified CSS and JS (<code>bootstrap.min.*</code>). Fonts from Glyphicons are included, as is the optional Bootstrap theme.</p>
<div class="bs-callout bs-callout-danger">
<h4>jQuery required</h4>
- <p>Please note that <strong>all JavaScript plugins require jQuery</strong> to be included, as shown in the <a href="#template">starter template</a>.</p>
+ <p>Please note that <strong>all JavaScript plugins require jQuery</strong> to be included, as shown in the <a href="#template">starter template</a>. <a href="{{ site.repo }}/blob/v{{ site.current_version }}/bower.json">Consult our <code>bower.json</code></a> to see which versions of jQuery are supported.</p>
</div>
</div>