From 777873dc7ebe03a4b090d2c24fa153acf1abd47e Mon Sep 17 00:00:00 2001 From: kkoang <1029339374@qq.com> Date: Tue, 13 May 2025 15:50:01 +0800 Subject: [PATCH] Fix typo in special_variables.md --- book/special_variables.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/book/special_variables.md b/book/special_variables.md index 93430ee6b25..ec46778a7ae 100644 --- a/book/special_variables.md +++ b/book/special_variables.md @@ -61,7 +61,7 @@ It is converted back to a string before running a child-process. ### `$env.ENV_CONVERSIONS` -Allows users to specify how to convert certain environment variables to Nushell types. See [ENV_CONVERSIONS](./configuration.md#env_conversions). +Allows users to specify how to convert certain environment variables to Nushell types. See [ENV_CONVERSIONS](./configuration.md#env-conversions). ### `$env.LAST_EXIT_CODE` @@ -116,7 +116,7 @@ A list of directories which will be searched when using the `source`, `use`, or - The `$NU_LIB_DIRS` constant below - [Module Path](./modules/using_modules.md#module-path) -- [Configuration - `$NU_LIB_DIRS`](./configuration.md#nu_lib_dirs-constant) +- [Configuration - `$NU_LIB_DIRS`](./configuration.md#nu-lib-dirs-constant) ### `$env.NU_PLUGIN_DIRS` @@ -157,7 +157,7 @@ The `$in` variable represents the pipeline input into an expression. See [Pipeli 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: - [Module Path](./modules/using_modules.md#module-path) -- [Configuration - `$NU_LIB_DIRS`](./configuration.md#nu_lib_dirs-constant) +- [Configuration - `$NU_LIB_DIRS`](./configuration.md#nu-lib-dirs-constant) ## `$NU_PLUGIN_DIRS`