Skip to content

Commit 5c30049

Browse files
committed
Fix broken links
1 parent cd034d4 commit 5c30049

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

doc/commands/build_command.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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.

doc/tutorial/hello_world_example.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,11 @@ to make more sense.
4242
After creating the project directory, and obtaining and populating the project
4343
template, Stack will initialise its own project-level configuration. For further
4444
information 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

0 commit comments

Comments
 (0)