about summary refs log tree commit diff stats
path: root/html/apps/boot.hex.html
diff options
context:
space:
mode:
Diffstat (limited to 'html/apps/boot.hex.html')
-rw-r--r--html/apps/boot.hex.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/html/apps/boot.hex.html b/html/apps/boot.hex.html
index 74d72610..73afd017 100644
--- a/html/apps/boot.hex.html
+++ b/html/apps/boot.hex.html
@@ -49,7 +49,7 @@ if ('onhashchange' in window) {
 </script>
 </head>
 <body onload='JumpToLine();'>
-<a href='https://github.com/akkartik/mu/blob/master/apps/boot.hex'>https://github.com/akkartik/mu/blob/master/apps/boot.hex</a>
+<a href='https://github.com/akkartik/mu/blob/main/apps/boot.hex'>https://github.com/akkartik/mu/blob/main/apps/boot.hex</a>
 <pre id='vimCodeElement'>
 <span id="L1" class="LineNr">  1 </span><span class="Comment"># Bootable image that:</span>
 <span id="L2" class="LineNr">  2 </span><span class="Comment">#   - loads more sectors past the first boot sector (using BIOS primitives)</span>