fix: link in example config to https (#2455)

This commit is contained in:
Joe
2021-09-03 09:51:08 -03:00
committed by GitHub
parent 3f650b1863
commit 1e40bbacfa
+1 -1
View File
@@ -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.