From e7afb75d6e7150116369a423f2bae375046f0fd5 Mon Sep 17 00:00:00 2001 From: TheGhosted <74985673+TheGhosted@users.noreply.github.com> Date: Tue, 15 Dec 2020 20:02:35 +0100 Subject: [PATCH] Use https for links (#294) --- communities.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/communities.json b/communities.json index 656462c..8ee35fa 100644 --- a/communities.json +++ b/communities.json @@ -264,7 +264,7 @@ "logo": "vapor.svg", "title": "Vapor", "quote": "Creating modular server side software with Swift.", - "quoteSourceUrl": "http://vapor.codes", + "quoteSourceUrl": "https://vapor.codes", "inviteCode": "vapor", "githubUrl": "https://github.com/vapor/vapor" }, @@ -316,9 +316,9 @@ "logo": "blink.png", "title": "Blink", "quote": "The PRO terminal for iOS. Fast mosh and ssh client. With a UNIX type command line and tools.", - "quoteSourceUrl": "http://blink.sh", + "quoteSourceUrl": "https://blink.sh", "inviteCode": "ZTtMfvK", - "githubUrl": "http://github.com/blinksh/blink" + "githubUrl": "https://github.com/blinksh/blink" }, { "logo": "vertcoin.png",