about summary refs log tree commit diff stats
path: root/html/406int32.mu.html
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2020-12-30 09:37:50 -0800
committerKartik Agaram <vc@akkartik.com>2020-12-30 09:39:50 -0800
commit762107fdc23e7739e9db6843173506c4d00cae0e (patch)
tree5c2cc65b89c126490587dde871b6f20e6b6bcbd2 /html/406int32.mu.html
parentd0bc0d2673c41da7b5007766a7015df99020c353 (diff)
downloadmu-762107fdc23e7739e9db6843173506c4d00cae0e.tar.gz
7476
Diffstat (limited to 'html/406int32.mu.html')
-rw-r--r--html/406int32.mu.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/html/406int32.mu.html b/html/406int32.mu.html
index c6571c98..c7d06f06 100644
--- a/html/406int32.mu.html
+++ b/html/406int32.mu.html
@@ -54,7 +54,7 @@ if ('onhashchange' in window) {
 </script>
 </head>
 <body onload='JumpToLine();'>
-<a href='https://github.com/akkartik/mu/blob/master/406int32.mu'>https://github.com/akkartik/mu/blob/master/406int32.mu</a>
+<a href='https://github.com/akkartik/mu/blob/main/406int32.mu'>https://github.com/akkartik/mu/blob/main/406int32.mu</a>
 <pre id='vimCodeElement'>
 <span id="L1" class="LineNr"> 1 </span><span class="muComment"># Some slow but convenient helpers</span>
 <span id="L2" class="LineNr"> 2 </span>
152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253