about summary refs log tree commit diff stats
path: root/html/apps/pack.subx.html
diff options
context:
space:
mode:
Diffstat (limited to 'html/apps/pack.subx.html')
-rw-r--r--html/apps/pack.subx.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/html/apps/pack.subx.html b/html/apps/pack.subx.html
index 935b79a5..2762f0fb 100644
--- a/html/apps/pack.subx.html
+++ b/html/apps/pack.subx.html
@@ -58,7 +58,7 @@ if ('onhashchange' in window) {
 </script>
 </head>
 <body onload='JumpToLine();'>
-<a href='https://github.com/akkartik/mu/blob/master/apps/pack.subx'>https://github.com/akkartik/mu/blob/master/apps/pack.subx</a>
+<a href='https://github.com/akkartik/mu/blob/main/apps/pack.subx'>https://github.com/akkartik/mu/blob/main/apps/pack.subx</a>
 <pre id='vimCodeElement'>
 <span id="L1" class="LineNr">   1 </span><span class="subxComment"># Read a text file of SubX instructions from stdin, and convert it into a list</span>
 <span id="L2" class="LineNr">   2 </span><span class="subxComment"># of whitespace-separated ascii hex bytes on stdout. Label definitions and</span>