Skip to content

Commit 909a58c

Browse files
committed
Fix hyperlinks in documentation
1 parent 8dab141 commit 909a58c

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

doc/environment_variables.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ Related command: all commands that make use of Stack's global YAML configuration
7474
file (`config.yaml`).
7575

7676
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.
7878

7979
The environment variable `STACK_ROOT` can be used to specify the Stack root
8080
directory.
@@ -85,7 +85,7 @@ Related command: all commands that make use of Stack's work directories.
8585

8686
Overridden by: Stack's [`work-dir`](yaml_configuration.md#work-dir) non-project
8787
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.
8989

9090
The environment variable `STACK_WORK` can be used to specify the path of Stack's
9191
work directory, within a local project or package directory, and override
@@ -100,7 +100,7 @@ YAML configuration file (`config.yaml`).
100100

101101
Overridden by: the use of Stack's `STACK_ROOT` environment variable, or the use
102102
of Stack's global
103-
[`--stack-root`](global_flags.md#stack-root-option) option.
103+
[`--stack-root`](global_flags.md#-stack-root-option) option.
104104

105105
On Unix-like operating systems and Windows, Stack can be configured to follow
106106
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
112112
configuration file.
113113

114114
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.
116116

117117
The environment variable `STACK_YAML` can be used to specify Stack's
118118
project-level YAML configuration file.

doc/yaml_configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1566,7 +1566,7 @@ with-hpack: /usr/local/bin/hpack
15661566
Default: `.stack-work`
15671567

15681568
Command line equivalent (takes precedence):
1569-
[`--work-dir`](global_flags.md#work-dir-option) option
1569+
[`--work-dir`](global_flags.md#-work-dir-option) option
15701570

15711571
Environment variable alternative (lowest precedence):
15721572
[`STACK_WORK`](environment_variables.md#stack_work)

0 commit comments

Comments
 (0)