Skip to content

Commit cd034d4

Browse files
committed
Fix broken links
1 parent a86c322 commit cd034d4

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

doc/configure/environment_variables.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -88,15 +88,15 @@ sequences for color to its output.
8888
## `STACK_CONFIG`
8989

9090
Related command: all commands that make use of Stack's
91-
[global YAML configuration files](yaml_configuration.md) (`config.yaml`).
91+
[global YAML configuration files](yaml/yaml_configuration.md) (`config.yaml`).
9292

9393
The environment variable `STACK_CONFIG` can be used to specify an absolute path
9494
to the user-specific global YAML configuration file, overriding the default.
9595

9696
## `STACK_GLOBAL_CONFIG`
9797

9898
Related command: all commands that make use of Stack's
99-
[global YAML configuration files](yaml_configuration.md) (`config.yaml`).
99+
[global YAML configuration files](yaml/yaml_configuration.md) (`config.yaml`).
100100

101101
The environment variable `STACK_GLOBAL_CONFIG` can be used to specify an
102102
absolute path to the system-wide global YAML configuration file, overriding the
@@ -105,7 +105,7 @@ default.
105105
## `STACK_ROOT`
106106

107107
Related command: all commands that make use of Stack's
108-
[user-specific global YAML configuration file](yaml_configuration.md)
108+
[user-specific global YAML configuration file](yaml/yaml_configuration.md)
109109
(`config.yaml`).
110110

111111
Overridden by: Stack's global
@@ -131,7 +131,7 @@ the root directory of the project or package. The relative path cannot include a
131131
## `STACK_XDG`
132132

133133
Related command: all commands that make use of Stack's
134-
[user-specific global YAML configuration file](yaml_configuration.md)
134+
[user-specific global YAML configuration file](yaml/yaml_configuration.md)
135135
(`config.yaml`).
136136

137137
Overridden by: the use of Stack's `STACK_ROOT` environment variable, or the use
@@ -145,7 +145,7 @@ set to any non-empty value.
145145
## `STACK_YAML`
146146

147147
Related command: all commands that make use of Stack's
148-
[project-level YAML configuration file](yaml_configuration.md).
148+
[project-level YAML configuration file](yaml/yaml_configuration.md).
149149

150150
Overridden by: Stack's global
151151
[`--stack-yaml`](global_flags.md#-stack-yaml-option) option.

0 commit comments

Comments
 (0)