about summary refs log tree commit diff stats
path: root/tutorial
diff options
context:
space:
mode:
Diffstat (limited to 'tutorial')
-rw-r--r--tutorial/index.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/tutorial/index.md b/tutorial/index.md
index c4cda66b..68dd29aa 100644
--- a/tutorial/index.md
+++ b/tutorial/index.md
@@ -123,7 +123,7 @@ quotes.
 
 Mu is a statement-oriented language. Most statements translate into a single
 instruction to the x86 processor. Quickly read the first two sections of the
-[Mu syntax description](https://github.com/akkartik/mu/blob/main/mu.md) (about
+[Mu reference](https://github.com/akkartik/mu/blob/main/mu.md) (about
 functions and variables) to learn a little bit about it. It's ok if it doesn't
 all make sense just yet. We'll reread it later.