aboutsummaryrefslogtreecommitdiff
path: root/docs/_includes/getting-started
diff options
context:
space:
mode:
authorChris Rebert <[email protected]>2015-01-15 10:46:58 -0800
committerChris Rebert <[email protected]>2015-01-15 10:46:58 -0800
commitf1cb639c3439d2cca006ebc28f05bc694c6c4ed2 (patch)
treee35c2ffad6c13a30e2a5062a41758d639a7bce90 /docs/_includes/getting-started
parent47ec330473977a437169d6904ff90ea553179cb1 (diff)
downloadbootstrap-f1cb639c3439d2cca006ebc28f05bc694c6c4ed2.tar.xz
bootstrap-f1cb639c3439d2cca006ebc28f05bc694c6c4ed2.zip
Docs: add missing "http://"
Diffstat (limited to 'docs/_includes/getting-started')
-rw-r--r--docs/_includes/getting-started/download.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/_includes/getting-started/download.html b/docs/_includes/getting-started/download.html
index 7059dc6d1..13a56bebd 100644
--- a/docs/_includes/getting-started/download.html
+++ b/docs/_includes/getting-started/download.html
@@ -50,7 +50,7 @@
<p><code>require('bootstrap')</code> will load all of Bootstrap's jQuery plugins onto the jQuery object. The <code>bootstrap</code> module itself does not export anything. You can manually load Bootstrap's jQuery plugins individually by loading the <code>/js/*.js</code> files under the package's top-level directory.</p>
<p>Bootstrap's <code>package.json</code> contains some additional metadata under the following keys:</p>
<ul>
- <li><code>less</code> - path to Bootstrap's main <a href="lesscss.org">Less</a> source file</li>
+ <li><code>less</code> - path to Bootstrap's main <a href="http://lesscss.org">Less</a> source file</li>
<li><code>style</code> - path to Bootstrap's non-minified CSS that's been precompiled using the default settings (no customization)</li>
</ul>