about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--tutorial/index.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/tutorial/index.md b/tutorial/index.md
index f8f3bed3..72bcf00f 100644
--- a/tutorial/index.md
+++ b/tutorial/index.md
@@ -592,7 +592,7 @@ which implements a simple counter app.
 <img alt='screenshot of the counter app' src='counter.png'>
 
 Do all the parts make sense? Read the extensive vocabulary of functions for
-[drawing text to screen](https://github.com/akkartik/mu/blob/main/vocabulary.md#events).
+[drawing text to screen](https://github.com/akkartik/mu/blob/main/vocabulary.md#printing-to-screen).
 
 ---