Skip to content

Commit 6406dbc

Browse files
committed
Use https for docs link in default stack.yaml
1 parent 3517a35 commit 6406dbc

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)