From 001e4f93e2087b7c27d5a842f8160a43d2c3895b Mon Sep 17 00:00:00 2001 From: Joe Date: Fri, 3 Sep 2021 17:31:37 +0800 Subject: [PATCH] Update link in example config to https --- internal/static/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/static/config.go b/internal/static/config.go index 707192d7196..ea3cf275100 100644 --- a/internal/static/config.go +++ b/internal/static/config.go @@ -5,7 +5,7 @@ package static // ExampleConfig is the config used within goreleaser init. const ExampleConfig = `# This is an example .goreleaser.yml file with some sane defaults. -# Make sure to check the documentation at http://goreleaser.com +# Make sure to check the documentation at https://goreleaser.com before: hooks: # You may remove this if you don't use go modules.