Skip to content

Commit 9c302de

Browse files
committed
Update stackoverflow button to use https
1 parent c1a930f commit 9c302de

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bfcoder-github-com/app/templates/application.hbs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@
2929
<footer class="mx-3">
3030
<!-- Stack Overflow -->
3131
<p>
32-
<a href="http://stackoverflow.com/users/1477165/bfcoder">
33-
<img src="http://stackoverflow.com/users/flair/1477165.png?theme=dark" width="208" height="58" alt="profile for bfcoder at Stack Overflow, Q&A for professional and enthusiast programmers" title="profile for bfcoder at Stack Overflow, Q&A for professional and enthusiast programmers">
32+
<a href="https://stackoverflow.com/users/1477165/bfcoder">
33+
<img src="https://stackoverflow.com/users/flair/1477165.png?theme=dark" width="208" height="58" alt="profile for bfcoder at Stack Overflow, Q&A for professional and enthusiast programmers" title="profile for bfcoder at Stack Overflow, Q&A for professional and enthusiast programmers">
3434
</a>
3535
</p>
3636
<!-- End Stack Overflow -->

0 commit comments

Comments
 (0)