diff options
Diffstat (limited to 'html/baremetal/ex1.subx.html')
-rw-r--r-- | html/baremetal/ex1.subx.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/html/baremetal/ex1.subx.html b/html/baremetal/ex1.subx.html index c4bbcfec..e19160b8 100644 --- a/html/baremetal/ex1.subx.html +++ b/html/baremetal/ex1.subx.html @@ -50,7 +50,7 @@ if ('onhashchange' in window) { </script> </head> <body onload='JumpToLine();'> -<a href='https://github.com/akkartik/mu/blob/master/baremetal/ex1.subx'>https://github.com/akkartik/mu/blob/master/baremetal/ex1.subx</a> +<a href='https://github.com/akkartik/mu/blob/main/baremetal/ex1.subx'>https://github.com/akkartik/mu/blob/main/baremetal/ex1.subx</a> <pre id='vimCodeElement'> <span id="L1" class="LineNr"> 1 </span><span class="subxComment"># The simplest possible program: just an infinite loop.</span> <span id="L2" class="LineNr"> 2 </span><span class="subxComment"># All is well if your computer clears screen and hangs without restarting.</span> |