diff options
Diffstat (limited to 'html/apps/ex3.mu.html')
-rw-r--r-- | html/apps/ex3.mu.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/html/apps/ex3.mu.html b/html/apps/ex3.mu.html index ab536575..486ea626 100644 --- a/html/apps/ex3.mu.html +++ b/html/apps/ex3.mu.html @@ -54,7 +54,7 @@ if ('onhashchange' in window) { </script> </head> <body onload='JumpToLine();'> -<a href='https://github.com/akkartik/mu/blob/master/apps/ex3.mu'>https://github.com/akkartik/mu/blob/master/apps/ex3.mu</a> +<a href='https://github.com/akkartik/mu/blob/main/apps/ex3.mu'>https://github.com/akkartik/mu/blob/main/apps/ex3.mu</a> <pre id='vimCodeElement'> <span id="L1" class="LineNr"> 1 </span><span class="muComment"># Add the first 10 numbers, and return the result in the exit code.</span> <span id="L2" class="LineNr"> 2 </span><span class="muComment">#</span> |