]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Docs: add missing "http://"
authorChris Rebert <github@rebertia.com>
Thu, 15 Jan 2015 18:46:58 +0000 (10:46 -0800)
committerChris Rebert <github@rebertia.com>
Thu, 15 Jan 2015 18:46:58 +0000 (10:46 -0800)
docs/_includes/getting-started/download.html

index 7059dc6d121c58c2984e349caf2b4cc8e0e0460a..13a56bebd94667601b4c53acc88f2b96069b7dac 100644 (file)
@@ -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>