about summary refs log tree commit diff stats
path: root/html/308allocate-array.subx.html
diff options
context:
space:
mode:
Diffstat (limited to 'html/308allocate-array.subx.html')
-rw-r--r--html/308allocate-array.subx.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/html/308allocate-array.subx.html b/html/308allocate-array.subx.html
index d2e6e7d4..6d020471 100644
--- a/html/308allocate-array.subx.html
+++ b/html/308allocate-array.subx.html
@@ -52,7 +52,7 @@ if ('onhashchange' in window) {
 </script>
 </head>
 <body onload='JumpToLine();'>
-<a href='https://github.com/akkartik/mu/blob/master/308allocate-array.subx'>https://github.com/akkartik/mu/blob/master/308allocate-array.subx</a>
+<a href='https://github.com/akkartik/mu/blob/main/308allocate-array.subx'>https://github.com/akkartik/mu/blob/main/308allocate-array.subx</a>
 <pre id='vimCodeElement'>
 <span id="L1" class="LineNr"> 1 </span><span class="subxComment"># 2-arg version of allocate-array.</span>
 <span id="L2" class="LineNr"> 2 </span><span class="subxComment"># Really only intended to be called from code generated by mu.subx.</span>