Skip to content

Commit 07837a1

Browse files
committed
update docs with gh-pages
1 parent 9ec3bdd commit 07837a1

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Diff for: docs/index.html

+5-5
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<title>Twitter Bootstrap</title>
66

77
<!-- Le styles -->
8-
<link href="../bootstrap-1.0.0.css" rel="stylesheet" type="text/css">
8+
<link href="assets/css/bootstrap-1.0.0.css" rel="stylesheet" type="text/css">
99
<link href="assets/css/docs.css" rel="stylesheet" type="text/css">
1010

1111
<!-- Le javascript -->
@@ -58,21 +58,21 @@ <h1>Bootstrap from Twitter</h1>
5858
<h6>Hotlink the CSS</h6>
5959
<p>For the quickest and easiest start, just copy this snippet into your webpage.</p>
6060
<form>
61-
<textarea class="copy-code" rows="1">&lt;link type="text/css" href="http://twitter.github.com/bootstrap-1.0.0.css</textarea>
61+
<textarea class="copy-code" rows="1">&lt;link type="text/css" href="http://twitter.github.com/bootstrap/assets/css/bootstrap-1.0.0.min.css"></textarea>
6262
</form>
6363
</div>
6464
<div class="span5 columns">
6565
<h6>Use it with LESS</h6>
6666
<p>A fan of using LESS.js? No problem, just clone the repo and add these lines:</p>
6767
<form>
68-
<textarea class="copy-code" rows="2">&lt;link rel="stylesheet/less" type="text/css" href="http://twitter.github.com/bootstrap.less&gt;
69-
&lt;script src="less.js"&gt;&lt;/script&gt;</textarea>
68+
<textarea class="copy-code" rows="2">&lt;link rel="stylesheet/less" type="text/css" href="/path/to/bootstrap.less"&gt;
69+
&lt;script src="/path/to/less.js"&gt;&lt;/script&gt;</textarea>
7070
</form>
7171
</div>
7272
<div class="span5 columns">
7373
<h6>Fork on GitHub</h6>
7474
<p>Download, fork, pull, file issues, and more with the official Bootstrap repo on Github.</p>
75-
<p><a href="" class="btn primary">Bootstrap on GitHub &raquo;</a></p>
75+
<p><a target="_blank" href="https://github.com/twitter/bootstrap" class="btn primary">Bootstrap on GitHub &raquo;</a></p>
7676
</div>
7777
</div>
7878
</div>

0 commit comments

Comments
 (0)