about summary refs log tree commit diff stats
path: root/html/035compute_segment_address.cc.html
diff options
context:
space:
mode:
Diffstat (limited to 'html/035compute_segment_address.cc.html')
-rw-r--r--html/035compute_segment_address.cc.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/html/035compute_segment_address.cc.html b/html/035compute_segment_address.cc.html
index 1fadcf82..56255364 100644
--- a/html/035compute_segment_address.cc.html
+++ b/html/035compute_segment_address.cc.html
@@ -54,7 +54,7 @@ if ('onhashchange' in window) {
 </script>
 </head>
 <body onload='JumpToLine();'>
-<a href='https://github.com/akkartik/mu/blob/master/035compute_segment_address.cc'>https://github.com/akkartik/mu/blob/master/035compute_segment_address.cc</a>
+<a href='https://github.com/akkartik/mu/blob/main/035compute_segment_address.cc'>https://github.com/akkartik/mu/blob/main/035compute_segment_address.cc</a>
 <pre id='vimCodeElement'>
 <span id="L1" class="LineNr"> 1 </span><span class="Comment">//: ELF binaries have finicky rules about the precise alignment each segment</span>
 <span id="L2" class="LineNr"> 2 </span><span class="Comment">//: should start at. They depend on the amount of code in a program.</span>