Skip to content

Commit 2141d74

Browse files
authored
Fixed link in design_notes to how_nushell_code_gets_run (#895)
1 parent 336ac33 commit 2141d74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/design_notes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ This chapter intends to give more in-depth overview of certain aspects of Nushel
44

55
We intend to expand this chapter in the future. If there is some sopic that you find confusing and hard to understand, let us know. It might be a good candidate for a page here.
66

7-
[How Nushell Code Gets Run](book/how_nushell_code_gets_run.md) explains what happens when you run Nushell source code. It explains how Nushell is in many ways closer to classic compiled languages, like C or Rust, than to other shells and dynamic languages and hopefully clears some confusion that stems from that.
7+
[How Nushell Code Gets Run](how_nushell_code_gets_run.md) explains what happens when you run Nushell source code. It explains how Nushell is in many ways closer to classic compiled languages, like C or Rust, than to other shells and dynamic languages and hopefully clears some confusion that stems from that.

0 commit comments

Comments
 (0)