about summary refs log tree commit diff stats
path: root/html/apps/tile/value.mu.html
diff options
context:
space:
mode:
Diffstat (limited to 'html/apps/tile/value.mu.html')
-rw-r--r--html/apps/tile/value.mu.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/html/apps/tile/value.mu.html b/html/apps/tile/value.mu.html
index 0606c756..51887537 100644
--- a/html/apps/tile/value.mu.html
+++ b/html/apps/tile/value.mu.html
@@ -55,7 +55,7 @@ if ('onhashchange' in window) {
 </script>
 </head>
 <body onload='JumpToLine();'>
-<a href='https://github.com/akkartik/mu/blob/master/apps/tile/value.mu'>https://github.com/akkartik/mu/blob/master/apps/tile/value.mu</a>
+<a href='https://github.com/akkartik/mu/blob/main/apps/tile/value.mu'>https://github.com/akkartik/mu/blob/main/apps/tile/value.mu</a>
 <pre id='vimCodeElement'>
 <span id="L1" class="LineNr">  1 </span><span class="PreProc">fn</span> <span class="muFunction"><a href='value.mu.html#L1'>render-value-at</a></span> <a href='../../405screen.mu.html#L9'>screen</a>: (addr <a href='../../405screen.mu.html#L9'>screen</a>), row: int, col: int, _val: (addr <a href='data.mu.html#L37'>value</a>), max-width: int <span class="Delimiter">{</span>
 <span id="L2" class="LineNr">  2 </span>  <a href='../../405screen.mu.html#L109'>move-cursor</a> <a href='../../405screen.mu.html#L9'>screen</a>, row, col