diff options
Diffstat (limited to 'html/apps/browse')
-rw-r--r-- | html/apps/browse/main.mu.html | 2 | ||||
-rw-r--r-- | html/apps/browse/paginated-screen.mu.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/html/apps/browse/main.mu.html b/html/apps/browse/main.mu.html index e4dbaa9a..2cd268a1 100644 --- a/html/apps/browse/main.mu.html +++ b/html/apps/browse/main.mu.html @@ -55,7 +55,7 @@ if ('onhashchange' in window) { </script> </head> <body onload='JumpToLine();'> -<a href='https://github.com/akkartik/mu/blob/master/apps/browse/main.mu'>https://github.com/akkartik/mu/blob/master/apps/browse/main.mu</a> +<a href='https://github.com/akkartik/mu/blob/main/apps/browse/main.mu'>https://github.com/akkartik/mu/blob/main/apps/browse/main.mu</a> <pre id='vimCodeElement'> <span id="L1" class="LineNr"> 1 </span><span class="PreProc">fn</span> <span class="muFunction"><a href='main.mu.html#L1'>main</a></span> args-on-stack: (addr array addr array byte)<span class="PreProc"> -> </span>_/<span class="Constant">ebx</span>: int <span class="Delimiter">{</span> <span id="L2" class="LineNr"> 2 </span> <span class="PreProc">var</span> args/<span class="Constant">eax</span>: (addr array addr array byte) <span class="SpecialChar"><-</span> copy args-on-stack diff --git a/html/apps/browse/paginated-screen.mu.html b/html/apps/browse/paginated-screen.mu.html index 2b70fe63..a10e4d8f 100644 --- a/html/apps/browse/paginated-screen.mu.html +++ b/html/apps/browse/paginated-screen.mu.html @@ -57,7 +57,7 @@ if ('onhashchange' in window) { </script> </head> <body onload='JumpToLine();'> -<a href='https://github.com/akkartik/mu/blob/master/apps/browse/paginated-screen.mu'>https://github.com/akkartik/mu/blob/master/apps/browse/paginated-screen.mu</a> +<a href='https://github.com/akkartik/mu/blob/main/apps/browse/paginated-screen.mu'>https://github.com/akkartik/mu/blob/main/apps/browse/paginated-screen.mu</a> <pre id='vimCodeElement'> <span id="L1" class="LineNr"> 1 </span><span class="muComment"># If a screen is too wide, split it up into a fixed size of pages.</span> <span id="L2" class="LineNr"> 2 </span><span class="muComment"># We take control of drawing and moving the cursor, and delegate everything else.</span> |