aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/tutorial.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/tutorial.md b/doc/tutorial.md
index ddf7fee..9aee604 100644
--- a/doc/tutorial.md
+++ b/doc/tutorial.md
@@ -173,7 +173,7 @@ Recommended reading order
* [how the input gets interpreted](parsing.md)
* [where variables live](scopes.md)
* [global functions](global.md)
-* [executing thing](sexecution.md)
+* [executing things](execution.md)
* [function definition](quoting.md)
* [containers other than arrays](container.md)
* [some interfaces to the operating system](sys.md)