diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2021-11-29 21:55:33 -0800 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2021-11-29 21:55:33 -0800 |
commit | 7195a5e88e7657b380c0b410c8701792a5ebad72 (patch) | |
tree | ac7925397743bf2bdc15f98bfc1aff19e5a341c3 | |
parent | d5a366ea1fb4e8b2cce55d6cf6b80d35b2dca1c6 (diff) | |
download | mu-7195a5e88e7657b380c0b410c8701792a5ebad72.tar.gz |
.
-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 2dc05915..2cc95c09 100644 --- a/tutorial/index.md +++ b/tutorial/index.md @@ -9,7 +9,7 @@ instruction set. Everything easy to change to your needs ([habitable](http://akkartik.name/post/habitability)), everything easy to check up on ([auditable](http://akkartik.name/post/neighborhood)). -This page is a guided tour through [Mu's Readme](https://github.com/akkartik/mu) +This page is a guided tour through [Mu's Readme](https://github.com/akkartik/mu#readme) and reference documentation. We'll start out really slow and gradually accelerate as we build up skills. By the end of it all, I hope you'll be able to program your processor to run some small graphical programs. The programs |