@@ -74,7 +74,7 @@ Related command: all commands that make use of Stack's global YAML configuration
74
74
file (` config.yaml ` ).
75
75
76
76
Overridden by: Stack's global
77
- [ ` --stack-root ` ] ( global_flags.md#stack-root-option ) option.
77
+ [ ` --stack-root ` ] ( global_flags.md#- stack-root-option ) option.
78
78
79
79
The environment variable ` STACK_ROOT ` can be used to specify the Stack root
80
80
directory.
@@ -85,7 +85,7 @@ Related command: all commands that make use of Stack's work directories.
85
85
86
86
Overridden by: Stack's [ ` work-dir ` ] ( yaml_configuration.md#work-dir ) non-project
87
87
specific configuration option, or global
88
- [ ` --work-dir ` ] ( global_flags.md#work-dir-option ) option.
88
+ [ ` --work-dir ` ] ( global_flags.md#- work-dir-option ) option.
89
89
90
90
The environment variable ` STACK_WORK ` can be used to specify the path of Stack's
91
91
work directory, within a local project or package directory, and override
@@ -100,7 +100,7 @@ YAML configuration file (`config.yaml`).
100
100
101
101
Overridden by: the use of Stack's ` STACK_ROOT ` environment variable, or the use
102
102
of Stack's global
103
- [ ` --stack-root ` ] ( global_flags.md#stack-root-option ) option.
103
+ [ ` --stack-root ` ] ( global_flags.md#- stack-root-option ) option.
104
104
105
105
On Unix-like operating systems and Windows, Stack can be configured to follow
106
106
the XDG Base Directory Specification if the environment variable ` STACK_XDG ` is
@@ -112,7 +112,7 @@ Related command: all commands that make use of Stack's project-level YAML
112
112
configuration file.
113
113
114
114
Overridden by: Stack's global
115
- [ ` --stack-yaml ` ] ( global_flags.md#stack-yaml-option ) option.
115
+ [ ` --stack-yaml ` ] ( global_flags.md#- stack-yaml-option ) option.
116
116
117
117
The environment variable ` STACK_YAML ` can be used to specify Stack's
118
118
project-level YAML configuration file.
0 commit comments