about summary refs log tree commit diff stats
path: root/html/302stack_allocate.subx.html
diff options
context:
space:
mode:
Diffstat (limited to 'html/302stack_allocate.subx.html')
-rw-r--r--html/302stack_allocate.subx.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/html/302stack_allocate.subx.html b/html/302stack_allocate.subx.html
index 171eeafc..5752a165 100644
--- a/html/302stack_allocate.subx.html
+++ b/html/302stack_allocate.subx.html
@@ -53,7 +53,7 @@ if ('onhashchange' in window) {
 </script>
 </head>
 <body onload='JumpToLine();'>
-<a href='https://github.com/akkartik/mu/blob/master/302stack_allocate.subx'>https://github.com/akkartik/mu/blob/master/302stack_allocate.subx</a>
+<a href='https://github.com/akkartik/mu/blob/main/302stack_allocate.subx'>https://github.com/akkartik/mu/blob/main/302stack_allocate.subx</a>
 <pre id='vimCodeElement'>
 <span id="L1" class="LineNr"> 1 </span><span class="subxComment"># A function which pushes n zeros on the stack.</span>
 <span id="L2" class="LineNr"> 2 </span><span class="subxComment"># Really only intended to be called from code generated by mu.subx (for array</span>