diff options
| author | Mark Otto <[email protected]> | 2011-09-12 09:24:54 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2011-09-12 09:24:54 -0700 |
| commit | 72ce695cfdac130b998a21b42490aad53a91ef8b (patch) | |
| tree | adbf7e6823b5eac01da481f43784d880edbe8588 | |
| parent | 6a5fb52bb1987913efc5b1b915d91ee18801fa66 (diff) | |
| download | bootstrap-72ce695cfdac130b998a21b42490aad53a91ef8b.tar.xz bootstrap-72ce695cfdac130b998a21b42490aad53a91ef8b.zip | |
add links
| -rw-r--r-- | docs/index.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/index.html b/docs/index.html index 93f240775..114e02fd6 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 --> |
