@@ -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 configuration] ( yaml/yaml_configuration .md ) files (` config.yaml ` ).
91+ [ global configuration] ( yaml/index .md ) files (` config.yaml ` ).
9292
9393The environment variable ` STACK_CONFIG ` can be used to specify an absolute path
9494to the user-specific global configuration file, overriding the default.
9595
9696## ` STACK_GLOBAL_CONFIG `
9797
9898Related command: all commands that make use of Stack's
99- [ global configuration] ( yaml/yaml_configuration .md ) files (` config.yaml ` ).
99+ [ global configuration] ( yaml/index .md ) files (` config.yaml ` ).
100100
101101The environment variable ` STACK_GLOBAL_CONFIG ` can be used to specify an
102102absolute path to the system-wide global configuration file, overriding the
@@ -105,8 +105,7 @@ default.
105105## ` STACK_ROOT `
106106
107107Related command: all commands that make use of Stack's
108- [ user-specific global configuration] ( yaml/yaml_configuration.md ) file
109- (` config.yaml ` ).
108+ [ user-specific global configuration] ( yaml/index.md ) file (` config.yaml ` ).
110109
111110Overridden by: Stack's global
112111[ ` --stack-root ` ] ( global_flags.md#-stack-root-option ) option.
@@ -131,8 +130,7 @@ the root directory of the project or package. The relative path cannot include a
131130## ` STACK_XDG `
132131
133132Related command: all commands that make use of Stack's
134- [ user-specific global configuration] ( yaml/yaml_configuration.md ) file
135- (` config.yaml ` ).
133+ [ user-specific global configuration] ( yaml/index.md ) file (` config.yaml ` ).
136134
137135Overridden by: the use of Stack's ` STACK_ROOT ` environment variable, or the use
138136of Stack's global
@@ -145,7 +143,7 @@ set to any non-empty value.
145143## ` STACK_YAML `
146144
147145Related command: all commands that make use of Stack's
148- [ project-level configuration] ( yaml/yaml_configuration .md ) .
146+ [ project-level configuration] ( yaml/index .md ) .
149147
150148Overridden by: Stack's global
151149[ ` --stack-yaml ` ] ( global_flags.md#-stack-yaml-option ) option.
0 commit comments