From 3835405e5b36948cb93de79d2d49481a2dd8a3ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9my=20Audiger?= <31616285+jaudiger@users.noreply.github.com> Date: Tue, 21 May 2024 16:05:42 +0200 Subject: [PATCH] fix: use correct link to point to the command reduce (#1408) Signed-off-by: jaudiger --- cookbook/tables.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cookbook/tables.md b/cookbook/tables.md index 334abb8f123..9256ee0607d 100644 --- a/cookbook/tables.md +++ b/cookbook/tables.md @@ -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]