Skip to content

Commit 35fb93e

Browse files
committed
changed script imports in main to https:
1 parent a9ea8d7 commit 35fb93e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

war/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
<!-- HTML5 shim, for IE6-8 support of HTML5 elements -->
1919
<!--[if lt IE 9]>
20-
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
20+
<script src="https://html5shim.googlecode.com/svn/trunk/html5.js"></script>
2121
<![endif]-->
2222

2323
<!-- Fav and touch icons - this code is outdated -->
@@ -220,7 +220,7 @@ <h1>Aiming for the best.</h1>
220220
<ul class="bs-docs-social-buttons">
221221
<li>
222222
<iframe class="github-btn"
223-
src="http://ghbtns.com/github-btn.html?user=openworm&repo=openworm&type=watch&count=true"
223+
src="https://ghbtns.com/github-btn.html?user=openworm&repo=openworm&type=watch&count=true"
224224
allowtransparency="true" frameborder="0" scrolling="0" width="100px" height="20px"></iframe>
225225
</li>
226226
<li>
@@ -449,7 +449,7 @@ <h1>Meet with us</h1> <br>
449449
<!-- load other resources asynchronously: -->
450450
<script src="js/bootstrap.js" async></script>
451451
<script src="js/jquery.parss.uncompressed.js" async></script>
452-
<script src="http://platform.twitter.com/widgets.js" async></script>
452+
<script src="https://platform.twitter.com/widgets.js" async></script>
453453

454454
<!-- execute main (initialize resources above + carousel/donate controls -->
455455
<script src="js/jquery.pjax.js"></script>

0 commit comments

Comments
 (0)