Skip to content

Commit 3835405

Browse files
authored
fix: use correct link to point to the command reduce (#1408)
Signed-off-by: jaudiger <[email protected]>
1 parent 6504b17 commit 3835405

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cookbook/tables.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ Output:
7979
───┴───┴───┴───┴───┴───┴───
8080
```
8181

82-
Or just like last time we could use the [`reduce`](../book/docs/reduce.md) command to merge tables together recursively:
82+
Or just like last time we could use the [`reduce`](../commands/docs/reduce.md) command to merge tables together recursively:
8383

8484
```nu
8585
[$first_table $second_table $third_table]

0 commit comments

Comments
 (0)