about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2021-10-30 01:17:05 -0700
committerKartik K. Agaram <vc@akkartik.com>2021-10-30 01:17:05 -0700
commitfb50fb081ad55129712da97cac187471b8c87b91 (patch)
tree6cf9053fcf00e1de6878a9867f517617cbaf93d1
parent29523c7eb665c942897833fd68d609b0d5651a6d (diff)
downloadmu-fb50fb081ad55129712da97cac187471b8c87b91.tar.gz
.
-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).
 
 ---