Skip to content

Commit effef0c

Browse files
committed
Fix broken links in closure reference
1 parent c6ba1a2 commit effef0c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lang-guide/chapters/types/basic_types/closure.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -122,14 +122,14 @@ Closures are used in Nu extensively as parameters to iteration style commands li
122122
- [`all`](/commands/docs/all.md)
123123
- [`any`](/commands/docs/any.md)
124124
- [`collect`](/commands/docs/collect.md)
125-
- [`do`](/commands/docs/do`.md)
125+
- [`do`](/commands/docs/do.md)
126126
- [`each`](/commands/docs/each.md)
127127
- [`explain`](/commands/docs/explain.md)
128128
- [`filter`](/commands/docs/filter.md)
129-
- [`group-by`](/commands/docs/group.md)
129+
- [`group-by`](/commands/docs/group-by.md)
130130
- [`interleave`](/commands/docs/interleave.md)
131131
- [`items`](/commands/docs/items.md)
132-
- [`par-each`](/commands/docs/par.md)
132+
- [`par-each`](/commands/docs/par-each.md)
133133
- [`reduce`](/commands/docs/reduce.md)
134134
- [`skip until`](/commands/docs/skip_until.md)
135135
- [`skip while`](/commands/docs/skip_while.md)

0 commit comments

Comments
 (0)