diff options
Diffstat (limited to 'html/apps/hex.subx.html')
-rw-r--r-- | html/apps/hex.subx.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/html/apps/hex.subx.html b/html/apps/hex.subx.html index a7373f0d..78a3a9b9 100644 --- a/html/apps/hex.subx.html +++ b/html/apps/hex.subx.html @@ -57,7 +57,7 @@ if ('onhashchange' in window) { </script> </head> <body onload='JumpToLine();'> -<a href='https://github.com/akkartik/mu/blob/master/apps/hex.subx'>https://github.com/akkartik/mu/blob/master/apps/hex.subx</a> +<a href='https://github.com/akkartik/mu/blob/main/apps/hex.subx'>https://github.com/akkartik/mu/blob/main/apps/hex.subx</a> <pre id='vimCodeElement'> <span id="L1" class="LineNr"> 1 </span><span class="subxComment"># Read a text file containing whitespace-separated pairs of ascii hex bytes</span> <span id="L2" class="LineNr"> 2 </span><span class="subxComment"># from stdin, and convert them into binary bytes (octets) on stdout. Ignore</span> |