Skip to content

Commit 352172c

Browse files
authored
Merge pull request #3182 from tchajed/stack-init-https
Use https for docs link in default stack.yaml
2 parents b80a9f4 + 6406dbc commit 352172c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Stack/Init.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ renderStackYaml p ignoredPackages dupPackages =
245245
, ""
246246
, "Some commonly used options have been documented as comments in this file."
247247
, "For advanced use and comprehensive documentation of the format, please see:"
248-
, "http://docs.haskellstack.org/en/stable/yaml_configuration/"
248+
, "https://docs.haskellstack.org/en/stable/yaml_configuration/"
249249
]
250250

251251
resolverHelp = commentHelp

0 commit comments

Comments
 (0)