Skip to content

Commit f745da0

Browse files
committed
Update links in documentation
1 parent 1076199 commit f745da0

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

doc/commands/build_command.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -221,8 +221,8 @@ configuration option).
221221

222222
:octicons-tag-24: UNRELEASED
223223

224-
Overrides: [`allow-newer`](yaml_configuration.md#allow-newer) non-project
225-
specific configuration option
224+
Overrides: [`allow-newer`](../configure/yaml/non-project.md#allow-newer)
225+
non-project specific configuration option
226226

227227
Pass the flag to enable or disable the ignoring of lower and upper version
228228
bounds in Cabal files.

doc/commands/config_command.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,8 +127,9 @@ stack config set snapshot SNAPSHOT
127127
~~~
128128

129129
`stack config set snapshot <snapshot>` sets the
130-
[`snapshot`](yaml_configuration.md#snapshot) key in the project-level
131-
configuration file (`stack.yaml`, by default) to the specified snapshot.
130+
[`snapshot`](../configure/yaml/project.md#snapshot) project-specific
131+
configuration option in the project-level configuration file (`stack.yaml`, by
132+
default) to the specified snapshot.
132133

133134
A snapshot of `lts` or `nightly` will be translated into the most recent
134135
available. A snapshot of `lts-22` will be translated into the most recent

doc/topics/developing_on_windows.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ includes the corresponding directories if the relevant MSYS2 environment is
4444
other than `MINGW64`.)
4545

4646
For further information about configuring the relevant MSYS2 environment, see
47-
Stack's [`msys-environment`](yaml_configuration.md#msys-environment)
48-
configuration option.
47+
Stack's [`msys-environment`](../configure/yaml/non-project.md#msys-environment)
48+
non-project specific configuration option documentation.
4949

5050
## Updating the Stack-supplied MSYS2 ##
5151

0 commit comments

Comments
 (0)