Skip to content

Commit db0937c

Browse files
Replace http link with https
This should fix the issue of "unsecure connection" warning in browsers.
1 parent abaf356 commit db0937c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/_themes/kr/layout.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
© Copyright {{ copyright }}.
2525
</div>
2626
<a href="https://github.com/kushaldas/pym" class="github">
27-
<img style="position: absolute; top: 0; right: 0; border: 0;" src="http://s3.amazonaws.com/github/ribbons/forkme_right_darkblue_121621.png" alt="Fork me on GitHub" class="github"/>
27+
<img style="position: absolute; top: 0; right: 0; border: 0;" src="https://s3.amazonaws.com/github/ribbons/forkme_right_darkblue_121621.png" alt="Fork me on GitHub" class="github"/>
2828
</a>
2929
<script type="text/javascript">
3030
var _gauges = _gauges || [];

0 commit comments

Comments
 (0)