Skip to content

Commit 12fb1a7

Browse files
committed
changed script imports in get_started to https:
1 parent 35fb93e commit 12fb1a7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

war/getting_started.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ <h1>Our goal</h1>
101101

102102
<div class="well">
103103
<div class="centered">
104-
<iframe width="420" height="315" src="http://www.youtube.com/embed/zjqLwPgLnV0" frameborder="0" allowfullscreen></iframe>
104+
<iframe width="420" height="315" src="https://www.youtube.com/embed/zjqLwPgLnV0" frameborder="0" allowfullscreen></iframe>
105105
</div>
106106
<div class="padding-top">
107107
<h4>A brief introduction to <em>C. elegans</em></h4>
@@ -122,7 +122,7 @@ <h4>A brief introduction to <em>C. elegans</em></h4>
122122

123123
<div class="well">
124124
<div class="centered">
125-
<iframe width="420" height="315" src="http://www.youtube.com/embed/r2OBznK6HkI" frameborder="0" allowfullscreen></iframe>
125+
<iframe width="420" height="315" src="https://www.youtube.com/embed/r2OBznK6HkI" frameborder="0" allowfullscreen></iframe>
126126
</div>
127127
<div class="padding-top">
128128
<h4>This video shows recent progress from the project to build the simulated body of the worm.</h4>
@@ -243,7 +243,7 @@ <h1>Contribute</h1>
243243
<!-- load other resources asynchronously: -->
244244
<script src="js/bootstrap.js" async></script>
245245
<script src="js/jquery.parss.uncompressed.js" async></script>
246-
<script src="http://platform.twitter.com/widgets.js" async></script>
246+
<script src="https://platform.twitter.com/widgets.js" async></script>
247247

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

0 commit comments

Comments
 (0)