aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/javascript.html3
-rw-r--r--docs/scaffolding.html2
2 files changed, 2 insertions, 3 deletions
diff --git a/docs/javascript.html b/docs/javascript.html
index 3175d261e..bb30cf213 100644
--- a/docs/javascript.html
+++ b/docs/javascript.html
@@ -82,8 +82,7 @@
<div class="row">
<div class="span3">
<h2>Getting started</h2>
- <p>Integrating javascript with the Bootstrap library is super easy. Below we go over the basics and provide you with some awesome plugins to get you started!</p>
- <p><a class="btn primary" href="./javascript.html">View javascript docs &raquo;</a></p>
+ <p>Integrating javascript with the Bootstrap library is super easy. Here we go over the basics and provide you with some awesome plugins to get you started!</p>
</div>
<div class="span9">
<h3>What's included</h3>
diff --git a/docs/scaffolding.html b/docs/scaffolding.html
index de50caf8d..9a04f7c36 100644
--- a/docs/scaffolding.html
+++ b/docs/scaffolding.html
@@ -242,7 +242,7 @@
</div>
<pre class="prettyprint linenums">
&lt;body&gt;
- &lt;div class="container-fluid"&gt;
+ &lt;div class="fluid-container"&gt;
&lt;div class="sidebar"&gt;
...
&lt;/div&gt;