about summary refs log tree commit diff stats
path: root/html/mu_instructions.html
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2020-08-01 16:28:32 -0700
committerKartik Agaram <vc@akkartik.com>2020-08-01 16:28:32 -0700
commit59a2e363f5f818e3870a275efe375737a76009fa (patch)
treed4fa744aeddf22fe399180a0d18fd87d96849145 /html/mu_instructions.html
parentaf983921f6c4170584d5e2a60e0c04556c3f621f (diff)
downloadmu-59a2e363f5f818e3870a275efe375737a76009fa.tar.gz
6698
Diffstat (limited to 'html/mu_instructions.html')
-rw-r--r--html/mu_instructions.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/html/mu_instructions.html b/html/mu_instructions.html
index a6b0f37c..0c66bc97 100644
--- a/html/mu_instructions.html
+++ b/html/mu_instructions.html
@@ -25,7 +25,7 @@ body { font-family: monospace; color: #000000; background-color: #c6c6c6; }
 <pre id='vimCodeElement'>
 <span class="SalientComment">## Mu's instructions and their table-driven translation</span>
 
-See <a href="http://akkartik.name/akkartik-convivial-20200315.pdf">http://akkartik.name/akkartik-convivial-20200315.pdf</a> for the complete
+See <a href="http://akkartik.name/akkartik-convivial-20200607.pdf">http://akkartik.name/akkartik-convivial-20200607.pdf</a> for the complete
 story. In brief: Mu is a statement-oriented language. Blocks consist of flat
 lists of instructions. Instructions can have inputs after the operation, and
 outputs to the left of a '<span class="SpecialChar">&lt;-</span>'. Inputs and outputs must be variables. They can't