about summary refs log tree commit diff stats
path: root/html/104new-segment.subx.html
diff options
context:
space:
mode:
Diffstat (limited to 'html/104new-segment.subx.html')
-rw-r--r--html/104new-segment.subx.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/html/104new-segment.subx.html b/html/104new-segment.subx.html
index 12967d38..b850f2b4 100644
--- a/html/104new-segment.subx.html
+++ b/html/104new-segment.subx.html
@@ -56,7 +56,7 @@ if ('onhashchange' in window) {
 </script>
 </head>
 <body onload='JumpToLine();'>
-<a href='https://github.com/akkartik/mu/blob/master/104new-segment.subx'>https://github.com/akkartik/mu/blob/master/104new-segment.subx</a>
+<a href='https://github.com/akkartik/mu/blob/main/104new-segment.subx'>https://github.com/akkartik/mu/blob/main/104new-segment.subx</a>
 <pre id='vimCodeElement'>
 <span id="L1" class="LineNr"> 1 </span><span class="subxComment"># Create a new segment (pool of memory for allocating chunks from) in the form</span>
 <span id="L2" class="LineNr"> 2 </span><span class="subxComment"># of an *allocation descriptor* that can be passed to the memory allocator</span>