Skip to content

Commit 304b5f9

Browse files
authored
Fix broken links (#1366)
1 parent 39883d8 commit 304b5f9

File tree

4 files changed

+5
-6
lines changed

4 files changed

+5
-6
lines changed

book/environment.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ _(Important! The environment conversion string -> value happens **after** the en
234234

235235
## Removing environment variables
236236

237-
You can remove an environment variable only if it was set in the current scope via [`hide-env`](/commands/docs/hide_env.md):
237+
You can remove an environment variable only if it was set in the current scope via [`hide-env`](/commands/docs/hide-env.md):
238238

239239
```nu
240240
> $env.FOO = 'BAR'

book/loading_data.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,6 @@ There are other commands you can use to work with strings:
184184

185185
- [`str`](/commands/docs/str.md)
186186
- [`lines`](/commands/docs/lines.md)
187-
- [`size`](/commands/docs/size.md)
188187

189188
There is also a set of helper commands we can call if we know the data has a structure that Nu should be able to understand. For example, let's open a Rust lock file:
190189

book/overlays.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ In the following sections, the `>` prompt will be preceded by the name of the la
6767

6868
## Removing an Overlay
6969

70-
If you don't need the overlay definitions anymore, call [`overlay hide`](/commands/docs/overlay_remove.md):
70+
If you don't need the overlay definitions anymore, call [`overlay hide`](/commands/docs/overlay_hide.md):
7171

7272
```nu
7373
(spam)> overlay hide spam
@@ -94,7 +94,7 @@ foo
9494
───┴──────
9595
```
9696

97-
The last way to remove an overlay is to call [`overlay hide`](/commands/docs/overlay_remove.md) without an argument which will remove the last active overlay.
97+
The last way to remove an overlay is to call [`overlay hide`](/commands/docs/overlay_hide.md) without an argument which will remove the last active overlay.
9898

9999
## Overlays Are Recordable
100100

book/table_of_contents.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22

33
- [Installation](installation.md) - Installing Nushell
44
- [Introduction](README.md) - Getting started
5-
- [Thinking in Nushell](thinking_in_nushell.md) - Thinking in Nushell
5+
- [Thinking in Nu](thinking_in_nu.md) - Thinking in Nushell
66
- [Moving around](moving_around.md) - Moving around in Nushell
77
- [Types of data](types_of_data.md) - Types of data in Nushell
88
- [Loading data](loading_data.md) - Loading data and using it
99
- [Strings](working_with_strings.md) - Strings, escape characters, and string interpolation
1010
- [Working with lists](working_with_lists.md) - Working with Nu lists
1111
- [Working with tables](working_with_tables.md) - Working with Nu tables
12-
- [Pipeline](pipeline.md) - How the pipeline works
12+
- [Pipelines](pipelines.md) - How the pipeline works
1313
- [Configuration](configuration.md) - How to configure Nushell
1414
- [3rd Party Prompts](3rdpartyprompts.md) - How to configure 3rd party prompts
1515
- [Custom commands](custom_commands.md) - Creating your own commands

0 commit comments

Comments
 (0)