From 72ce695cfdac130b998a21b42490aad53a91ef8b Mon Sep 17 00:00:00 2001 From: Mark Otto <mark.otto@twitter.com> Date: Mon, 12 Sep 2011 09:24:54 -0700 Subject: [PATCH] add links --- docs/index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/index.html b/docs/index.html index 93f240775c..114e02fd6b 100644 --- a/docs/index.html +++ b/docs/index.html @@ -138,11 +138,11 @@ <h3>What's included</h3> <p>Bootstrap comes complete with compiled CSS, uncompiled, and example templates.</p> <ul> - <li><span class="label">New in 1.3</span> Javascript plugins</li> + <li><span class="label">New in 1.3</span> <a href="./javascript.html">Javascript plugins</a></li> <li>All original .less files</li> - <li>Fully compiled and minified CSS</li> + <li>Fully <a href="../bootstrap-1.3.0.css">compiled</a> and <a href="../bootstrap-1.3.0.min.css">minified</a> CSS</li> <li>Complete styleguide documentation</li> - <li>Three example pages with different Bootstrap layouts</li> + <li>Three example pages with different layouts</li> </ul> </div> </div><!-- /row --> -- GitLab