Skip to content

Commit

Permalink
fix URLs for demo
Browse files Browse the repository at this point in the history
  • Loading branch information
penguinstampede committed Sep 27, 2018
1 parent 6ce5bd2 commit e61cf94
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions demo.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
<meta content="text/html;charset=utf-8" http-equiv="Content-Type">
<meta content="utf-8" http-equiv="encoding">
<title>Knockout DataTable Demo</title>
<link rel='stylesheet' type='text/css' href='http://maxcdn.bootstrapcdn.com/bootstrap/3.3.1/css/bootstrap.min.css'>
<link rel='stylesheet' type='text/css' href='https://maxcdn.bootstrapcdn.com/bootstrap/3.3.1/css/bootstrap.min.css'>
<link rel='stylesheet' type='text/css' href='knockout-datatable.css'>
<script src='http://knockoutjs.com/downloads/knockout-3.2.0.js'></script>
<script src='https://knockoutjs.com/downloads/knockout-3.2.0.js'></script>
<script src='knockout-datatable.min.js'></script>
<style type='text/css'>
/* yanked from bootstrap demos: http://getbootstrap.com/examples/jumbotron-narrow/ */
/* yanked from bootstrap demos: https://getbootstrap.com/examples/jumbotron-narrow/ */

/* Space out content a bit */
body {
Expand Down

0 comments on commit e61cf94

Please sign in to comment.