From fb50fb081ad55129712da97cac187471b8c87b91 Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Sat, 30 Oct 2021 01:17:05 -0700 Subject: [PATCH] . --- tutorial/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. screenshot of the counter app 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). ---