Skip to content

Commit 6554a95

Browse files
committed
fix wrong link
1 parent 1f212ca commit 6554a95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<title>react-bootstrap-table demo</title>
66
<link rel="stylesheet" href="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.2/css/bootstrap.min.css">
77
<script src="http://code.jquery.com/jquery-2.1.3.min.js"></script>
8-
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.2/js/bootstrap.js"></script>
8+
<script src="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.2/js/bootstrap.js"></script>
99
</head>
1010
<body>
1111
<div id="root"></div>

0 commit comments

Comments
 (0)