From 9320a557f759d0c5b70982fd1b7eaabd3d7ce3f6 Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Wed, 20 Oct 2021 12:25:06 -0700 Subject: . --- tutorial/converter.html | 15 +++++++++++++++ tutorial/index.md | 2 +- tutorial/task4-calculator.html | 15 --------------- 3 files changed, 16 insertions(+), 16 deletions(-) create mode 100644 tutorial/converter.html delete mode 100644 tutorial/task4-calculator.html diff --git a/tutorial/converter.html b/tutorial/converter.html new file mode 100644 index 00000000..dca1190c --- /dev/null +++ b/tutorial/converter.html @@ -0,0 +1,15 @@ + + +
+ = +
+ 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). diff --git a/tutorial/task4-calculator.html b/tutorial/task4-calculator.html deleted file mode 100644 index dca1190c..00000000 --- a/tutorial/task4-calculator.html +++ /dev/null @@ -1,15 +0,0 @@ - - -
- = -
- -- cgit 1.4.1-2-gfad0