about summary refs log tree commit diff stats
path: root/tutorial
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2021-10-20 12:25:06 -0700
committerKartik K. Agaram <vc@akkartik.com>2021-10-20 12:25:06 -0700
commit9320a557f759d0c5b70982fd1b7eaabd3d7ce3f6 (patch)
tree0401c0d1cd617e2c93cd0544de4b5fe3e5fd65c3 /tutorial
parent619dc31dfc565a2f8d76b6ab701b64394506f5ae (diff)
downloadmu-9320a557f759d0c5b70982fd1b7eaabd3d7ce3f6.tar.gz
.
Diffstat (limited to 'tutorial')
-rw-r--r--tutorial/converter.html (renamed from tutorial/task4-calculator.html)0
-rw-r--r--tutorial/index.md2
2 files changed, 1 insertions, 1 deletions
diff --git a/tutorial/task4-calculator.html b/tutorial/converter.html
index dca1190c..dca1190c 100644
--- a/tutorial/task4-calculator.html
+++ b/tutorial/converter.html
diff --git a/tutorial/index.md b/tutorial/index.md
index 9cbc5e9f..799aa0de 100644
--- a/tutorial/index.md
+++ b/tutorial/index.md
@@ -166,4 +166,4 @@ ask questions or share your experience](http://akkartik.name/contact).
 
 One gotcha to keep in mind is that numbers in Mu must always be in hexadecimal
 notation, starting with `0x`. Use a calculator on your computer or phone to
-convert 42 to hexadecimal, or [this page on your web browser](http://akkartik.github.io/mu/tutorial/task4-calculator.html).
+convert 42 to hexadecimal, or [this page on your web browser](http://akkartik.github.io/mu/tutorial/converter.html).