Skip to content

Commit ed4ec36

Browse files
authored
Fix typo in special_variables.md (#1919)
1 parent cd5be15 commit ed4ec36

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

book/special_variables.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ It is converted back to a string before running a child-process.
6161

6262
### `$env.ENV_CONVERSIONS`
6363

64-
Allows users to specify how to convert certain environment variables to Nushell types. See [ENV_CONVERSIONS](./configuration.md#env_conversions).
64+
Allows users to specify how to convert certain environment variables to Nushell types. See [ENV_CONVERSIONS](./configuration.md#env-conversions).
6565

6666
### `$env.LAST_EXIT_CODE`
6767

@@ -116,7 +116,7 @@ A list of directories which will be searched when using the `source`, `use`, or
116116

117117
- The `$NU_LIB_DIRS` constant below
118118
- [Module Path](./modules/using_modules.md#module-path)
119-
- [Configuration - `$NU_LIB_DIRS`](./configuration.md#nu_lib_dirs-constant)
119+
- [Configuration - `$NU_LIB_DIRS`](./configuration.md#nu-lib-dirs-constant)
120120

121121
### `$env.NU_PLUGIN_DIRS`
122122

@@ -157,7 +157,7 @@ The `$in` variable represents the pipeline input into an expression. See [Pipeli
157157
A constant version of `$env.NU_LIB_DIRS` - a list of directories which will be searched when using the `source`, `use`, or `overlay use` commands. See also:
158158

159159
- [Module Path](./modules/using_modules.md#module-path)
160-
- [Configuration - `$NU_LIB_DIRS`](./configuration.md#nu_lib_dirs-constant)
160+
- [Configuration - `$NU_LIB_DIRS`](./configuration.md#nu-lib-dirs-constant)
161161

162162
## `$NU_PLUGIN_DIRS`
163163

0 commit comments

Comments
 (0)