Skip to content

Commit

Permalink
fix: use correct link to point to the command reduce (#1408)
Browse files Browse the repository at this point in the history
Signed-off-by: jaudiger <[email protected]>
  • Loading branch information
jaudiger committed May 21, 2024
1 parent 6504b17 commit 3835405
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cookbook/tables.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ Output:
───┴───┴───┴───┴───┴───┴───
```

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

```nu
[$first_table $second_table $third_table]
Expand Down

0 comments on commit 3835405

Please sign in to comment.