@@ -88,15 +88,15 @@ sequences for color to its output.
8888## ` STACK_CONFIG `
8989
9090Related 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
9393The environment variable ` STACK_CONFIG ` can be used to specify an absolute path
9494to the user-specific global YAML configuration file, overriding the default.
9595
9696## ` STACK_GLOBAL_CONFIG `
9797
9898Related 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
101101The environment variable ` STACK_GLOBAL_CONFIG ` can be used to specify an
102102absolute path to the system-wide global YAML configuration file, overriding the
@@ -105,7 +105,7 @@ default.
105105## ` STACK_ROOT `
106106
107107Related 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
111111Overridden 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
133133Related 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
137137Overridden 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
147147Related 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
150150Overridden by: Stack's global
151151[ ` --stack-yaml ` ] ( global_flags.md#-stack-yaml-option ) option.
0 commit comments