From effef0c292bf2b332985f95fe6b259253252aa91 Mon Sep 17 00:00:00 2001 From: Knut Franke Date: Sun, 21 Sep 2025 14:55:30 +0200 Subject: [PATCH] Fix broken links in closure reference --- lang-guide/chapters/types/basic_types/closure.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lang-guide/chapters/types/basic_types/closure.md b/lang-guide/chapters/types/basic_types/closure.md index a6e8e040336..82cfa216c4e 100644 --- a/lang-guide/chapters/types/basic_types/closure.md +++ b/lang-guide/chapters/types/basic_types/closure.md @@ -122,14 +122,14 @@ Closures are used in Nu extensively as parameters to iteration style commands li - [`all`](/commands/docs/all.md) - [`any`](/commands/docs/any.md) - [`collect`](/commands/docs/collect.md) -- [`do`](/commands/docs/do`.md) +- [`do`](/commands/docs/do.md) - [`each`](/commands/docs/each.md) - [`explain`](/commands/docs/explain.md) - [`filter`](/commands/docs/filter.md) -- [`group-by`](/commands/docs/group.md) +- [`group-by`](/commands/docs/group-by.md) - [`interleave`](/commands/docs/interleave.md) - [`items`](/commands/docs/items.md) -- [`par-each`](/commands/docs/par.md) +- [`par-each`](/commands/docs/par-each.md) - [`reduce`](/commands/docs/reduce.md) - [`skip until`](/commands/docs/skip_until.md) - [`skip while`](/commands/docs/skip_while.md)