Skip to content

Commit 15de0b4

Browse files
committed
chore: use https
1 parent a34f720 commit 15de0b4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/components/footer.astro

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@ const links: Array<FooterLink> = [
1515
icon: "fa-brands:meetup",
1616
},
1717
{
18-
url: "http://twitter.com/BarcelonaJUG",
18+
url: "https://twitter.com/BarcelonaJUG",
1919
description: "Twitter",
2020
icon: "fa-brands:twitter",
2121
},
2222
{
23-
url: "http://bit.ly/BCNjug",
23+
url: "https://bit.ly/BCNjug",
2424
description: "Linkedin",
2525
icon: "fa-brands:linkedin",
2626
},
@@ -30,7 +30,7 @@ const links: Array<FooterLink> = [
3030
icon: "fa-brands:youtube",
3131
},
3232
{
33-
url: "http://bit.ly/BarcelonaJUG",
33+
url: "https://bit.ly/BarcelonaJUG",
3434
description: "Google Group",
3535
icon: "fa-brands:google",
3636
},

0 commit comments

Comments
 (0)