about summary refs log tree commit diff stats
path: root/html/409print-float-hex.mu.html
diff options
context:
space:
mode:
Diffstat (limited to 'html/409print-float-hex.mu.html')
-rw-r--r--html/409print-float-hex.mu.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/html/409print-float-hex.mu.html b/html/409print-float-hex.mu.html
index 9eb93661..bfb62e92 100644
--- a/html/409print-float-hex.mu.html
+++ b/html/409print-float-hex.mu.html
@@ -56,7 +56,7 @@ if ('onhashchange' in window) {
 </script>
 </head>
 <body onload='JumpToLine();'>
-<a href='https://github.com/akkartik/mu/blob/master/409print-float-hex.mu'>https://github.com/akkartik/mu/blob/master/409print-float-hex.mu</a>
+<a href='https://github.com/akkartik/mu/blob/main/409print-float-hex.mu'>https://github.com/akkartik/mu/blob/main/409print-float-hex.mu</a>
 <pre id='vimCodeElement'>
 <span id="L1" class="LineNr">  1 </span><span class="muComment"># quick-n-dirty way to print out floats in hex</span>
 <span id="L2" class="LineNr">  2 </span><span class="muComment"># <a href="https://www.exploringbinary.com/hexadecimal-floating-point-constants">https://www.exploringbinary.com/hexadecimal-floating-point-constants</a></span>