Skip to content

Commit 21a315f

Browse files
committed
feat: clean unsecure URLs
1 parent d99ecc4 commit 21a315f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_layouts/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,12 +74,12 @@ <h4 class="mb-2">
7474

7575
<ul class="ml-3">
7676
<li>
77-
<a href="http://up-for-grabs.net/">
77+
<a href="https://up-for-grabs.net">
7878
{{ t.index.find.issue.grabs }}
7979
</a>
8080
</li>
8181
<li>
82-
<a href="https://www.codetriage.com/">
82+
<a href="https://codetriage.com">
8383
{{ t.index.find.issue.triage }}
8484
</a>
8585
</li>

0 commit comments

Comments
 (0)