about summary refs log tree commit diff stats
path: root/html/apps/hello.mu.html
diff options
context:
space:
mode:
Diffstat (limited to 'html/apps/hello.mu.html')
-rw-r--r--html/apps/hello.mu.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/html/apps/hello.mu.html b/html/apps/hello.mu.html
index d67dfd38..9cebd30d 100644
--- a/html/apps/hello.mu.html
+++ b/html/apps/hello.mu.html
@@ -63,7 +63,7 @@ if ('onhashchange' in window) {
 <span id="L5" class="LineNr"> 5 </span><span class="Comment">#   $ ./a.elf</span>
 <span id="L6" class="LineNr"> 6 </span>
 <span id="L7" class="LineNr"> 7 </span><span class="PreProc">fn</span> <span class="muFunction"><a href='hello.mu.html#L7'>main</a></span><span class="PreProc"> -&gt; </span>exit-status/<span class="Constant">ebx</span>: int <span class="Delimiter">{</span>
-<span id="L8" class="LineNr"> 8 </span>  <a href='../405screen.mu.html#L134'>print-string</a> <span class="Constant">0</span>, <span class="Constant">&quot;Hello world!\n&quot;</span>
+<span id="L8" class="LineNr"> 8 </span>  <a href='../405screen.mu.html#L179'>print-string</a> <span class="Constant">0</span>, <span class="Constant">&quot;Hello world!\n&quot;</span>
 <span id="L9" class="LineNr"> 9 </span>  exit-status <span class="SpecialChar">&lt;-</span> copy <span class="Constant">0</span>
 <span id="L10" class="LineNr">10 </span><span class="Delimiter">}</span>
 </pre>