From 94bfb53d4c675edefe49fd8365846c08a51634db Mon Sep 17 00:00:00 2001 From: Carlos Alexandro Becker Date: Mon, 16 Apr 2018 22:27:43 -0300 Subject: [PATCH] fix: https --- www/config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/config.toml b/www/config.toml index 7825d4f..9cc2809 100644 --- a/www/config.toml +++ b/www/config.toml @@ -1,4 +1,4 @@ -baseURL = "http://install.goreleaser.com/" +baseURL = "https://install.goreleaser.com/" languageCode = "en-us" title = "Install | GoReleaser" pygmentsCodeFences = true