about summary refs log tree commit diff stats
path: root/html/123slice.subx.html
diff options
context:
space:
mode:
Diffstat (limited to 'html/123slice.subx.html')
-rw-r--r--html/123slice.subx.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/html/123slice.subx.html b/html/123slice.subx.html
index dc13cf2c..3fed457f 100644
--- a/html/123slice.subx.html
+++ b/html/123slice.subx.html
@@ -57,7 +57,7 @@ if ('onhashchange' in window) {
 </script>
 </head>
 <body onload='JumpToLine();'>
-<a href='https://github.com/akkartik/mu/blob/master/123slice.subx'>https://github.com/akkartik/mu/blob/master/123slice.subx</a>
+<a href='https://github.com/akkartik/mu/blob/main/123slice.subx'>https://github.com/akkartik/mu/blob/main/123slice.subx</a>
 <pre id='vimCodeElement'>
 <span id="L1" class="LineNr">   1 </span><span class="subxComment"># new data structure: a slice is an open interval of addresses [start, end)</span>
 <span id="L2" class="LineNr">   2 </span><span class="subxComment"># that includes 'start' but not 'end'</span>