Skip to content

Commit cec13f4

Browse files
authored
Fix broken link in control_flow.md (#1942)
This currently sends you to "https://www.nushell.sh/book/book/thinking_in_nu.html" instead of "https://www.nushell.sh/book/thinking_in_nu.html".
1 parent b541bdf commit cec13f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/control_flow.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ $result
156156
# => ╰───┴───╯
157157
```
158158

159-
While it may be tempting to use loops if you're familiar with them in other languages, it is considered more in the [Nushell-style](book/thinking_in_nu.html) (idiomatic) to use commands that apply closures when you can solve a problem either way. The reason for this is because of a pretty big downside with using loops.
159+
While it may be tempting to use loops if you're familiar with them in other languages, it is considered more in the [Nushell-style](/book/thinking_in_nu.html) (idiomatic) to use commands that apply closures when you can solve a problem either way. The reason for this is because of a pretty big downside with using loops.
160160

161161
#### Loop Disadvantages
162162

0 commit comments

Comments
 (0)