Skip to content

Commit d11d412

Browse files
committed
Use https links in the footer.
1 parent 2b2aca5 commit d11d412

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

_includes/footer.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ <h4>COMMUNITY</h4>
1313

1414
<div class="hline-w"></div>
1515
<a class="grey-text text-lighten-3" href="https://discord.com/invite/scala">#scala-js on Discord</a><br/>
16-
<a class="grey-text text-lighten-3" href="http://stackoverflow.com/questions/tagged/scala.js">Stackoverflow</a><br/>
16+
<a class="grey-text text-lighten-3" href="https://stackoverflow.com/questions/tagged/scala.js">Stackoverflow</a><br/>
1717
<a class="grey-text text-lighten-3" href="https://groups.google.com/forum/?fromgroups#!forum/scala-js">Mailing list</a><br/>
18-
<a class="grey-text text-lighten-3" href="http://twitter.com/scala_js">Twitter <i aria-hidden="true" class="fa fa-twitter"></i></a><br/>
19-
<a href="http://github.com/scala-js/scala-js">GitHub <i aria-hidden="true" class="fa fa-github"></i></a>
18+
<a class="grey-text text-lighten-3" href="https://twitter.com/scala_js">Twitter <i aria-hidden="true" class="fa fa-twitter"></i></a><br/>
19+
<a href="https://github.com/scala-js/scala-js">GitHub <i aria-hidden="true" class="fa fa-github"></i></a>
2020
</div>
2121
<div class="col-md-4">
2222
</div>

0 commit comments

Comments
 (0)