about summary refs log tree commit diff stats
path: root/html/012elf.cc.html
diff options
context:
space:
mode:
Diffstat (limited to 'html/012elf.cc.html')
-rw-r--r--html/012elf.cc.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/html/012elf.cc.html b/html/012elf.cc.html
index 44ae55e3..3aa91207 100644
--- a/html/012elf.cc.html
+++ b/html/012elf.cc.html
@@ -57,7 +57,7 @@ if ('onhashchange' in window) {
 </script>
 </head>
 <body onload='JumpToLine();'>
-<a href='https://github.com/akkartik/mu/blob/master/012elf.cc'>https://github.com/akkartik/mu/blob/master/012elf.cc</a>
+<a href='https://github.com/akkartik/mu/blob/main/012elf.cc'>https://github.com/akkartik/mu/blob/main/012elf.cc</a>
 <pre id='vimCodeElement'>
 <span id="L1" class="LineNr">  1 </span><span class="Comment">//: Loading SubX programs from ELF binaries.</span>
 <span id="L2" class="LineNr">  2 </span><span class="Comment">//: This will allow us to run them natively on a Linux kernel.</span>