Skip to content

Commit e0909c0

Browse files
committed
Fix broken Boostrap refs after it moved github accounts
1 parent c65fea5 commit e0909c0

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

index.html

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<meta charset="utf-8">
66
<meta http-equiv="X-UA-Compatible" content="IE=Edge;chrome=1" >
77
<link rel="stylesheet" href="css/style.css" />
8-
<link rel="stylesheet" href="http://twitter.github.com/bootstrap/assets/css/bootstrap.css" />
8+
<link href="http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.2/css/bootstrap-combined.min.css" rel="stylesheet">
99
<link rel="stylesheet" href="http://taitems.github.com/UX-Lab/core/css/prettify.css" />
1010
<style type="text/css">
1111
body {
@@ -427,8 +427,7 @@ <h2>
427427
</body>
428428
<script src="js/jquery.min.js"></script>
429429
<script src="js/jquery.fn.gantt.js"></script>
430-
<script src="http://twitter.github.com/bootstrap/assets/js/bootstrap-tooltip.js"></script>
431-
<script src="http://twitter.github.com/bootstrap/assets/js/bootstrap-popover.js"></script>
430+
<script src="http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.2/js/bootstrap.min.js"></script>
432431
<script src="http://taitems.github.com/UX-Lab/core/js/prettify.js"></script>
433432
<script>
434433

tests/test01.html

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<meta charset="utf-8">
66
<meta http-equiv="X-UA-Compatible" content="IE=Edge;chrome=1" >
77
<link rel="stylesheet" href="../css/style.css" />
8-
<link rel="stylesheet" href="http://twitter.github.com/bootstrap/assets/css/bootstrap.css" />
8+
<link href="http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.2/css/bootstrap-combined.min.css" rel="stylesheet">
99
<link rel="stylesheet" href="http://taitems.github.com/UX-Lab/core/css/prettify.css" />
1010
<style type="text/css">
1111
body {
@@ -59,8 +59,7 @@ <h1>
5959
<script src="../js/jquery.min.js"></script>
6060
<script src="../js/jquery.fn.gantt.js"></script>
6161
<script src="moment.min.js"></script>
62-
<script src="http://twitter.github.com/bootstrap/assets/js/bootstrap-tooltip.js"></script>
63-
<script src="http://twitter.github.com/bootstrap/assets/js/bootstrap-popover.js"></script>
62+
<script src="http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.2/js/bootstrap.min.js"></script>
6463
<script src="http://taitems.github.com/UX-Lab/core/js/prettify.js"></script>
6564
<script>
6665

0 commit comments

Comments
 (0)