diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2021-10-30 01:17:05 -0700 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2021-10-30 01:17:05 -0700 |
commit | fb50fb081ad55129712da97cac187471b8c87b91 (patch) | |
tree | 6cf9053fcf00e1de6878a9867f517617cbaf93d1 /tutorial | |
parent | 29523c7eb665c942897833fd68d609b0d5651a6d (diff) | |
download | mu-fb50fb081ad55129712da97cac187471b8c87b91.tar.gz |
.
Diffstat (limited to 'tutorial')
-rw-r--r-- | tutorial/index.md | 2 |
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). --- |