File tree Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -936,7 +936,8 @@ All the following examples assume that:
936936 consequently, the project-level configuration will be determined by a
937937 ` stack.yaml ` file in the ` global-project ` directory in the
938938 [ Stack root] ( ../topics/stack_root.md ) (for further information, see the
939- [ YAML configuration] ( ../configure/yaml_configuration.md ) documentation); and
939+ [ YAML configuration] ( ../configure/yaml/yaml_configuration.md )
940+ documentation); and
940941
941942* if ` stack build ` is commanded in a project directory, there is a
942943 ` stack.yaml ` file in that directory.
Original file line number Diff line number Diff line change @@ -42,10 +42,11 @@ to make more sense.
4242After creating the project directory, and obtaining and populating the project
4343template, Stack will initialise its own project-level configuration. For further
4444information about setting paramaters to populate templates, see the YAML
45- configuration [ documentation] ( yaml_configuration.md#templates ) . For further
46- information about initialisation, see the ` stack init ` command
47- [ documentation] ( #the-stack-init-command ) . The ` stack new ` and ` stack init `
48- commands have options and flags in common.
45+ configuration
46+ [ documentation] ( ../configure/yaml/yaml_configuration.md#templates ) . For further
47+ information about initialisation, see the
48+ [ ` stack init ` ] ( ../commands/init_command.md ) command documentation. The
49+ ` stack new ` and ` stack init ` commands have options and flags in common.
4950
5051!!! info
5152
You can’t perform that action at this time.
0 commit comments