about summary refs log tree commit diff stats
path: root/html/033check_operands.cc.html
diff options
context:
space:
mode:
Diffstat (limited to 'html/033check_operands.cc.html')
-rw-r--r--html/033check_operands.cc.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/html/033check_operands.cc.html b/html/033check_operands.cc.html
index ebaecdb2..4f60c111 100644
--- a/html/033check_operands.cc.html
+++ b/html/033check_operands.cc.html
@@ -57,7 +57,7 @@ if ('onhashchange' in window) {
 </script>
 </head>
 <body onload='JumpToLine();'>
-<a href='https://github.com/akkartik/mu/blob/master/033check_operands.cc'>https://github.com/akkartik/mu/blob/master/033check_operands.cc</a>
+<a href='https://github.com/akkartik/mu/blob/main/033check_operands.cc'>https://github.com/akkartik/mu/blob/main/033check_operands.cc</a>
 <pre id='vimCodeElement'>
 <span id="L1" class="LineNr">  1 </span><span class="Comment">//: Since we're tagging arguments with their types, let's start checking these</span>
 <span id="L2" class="LineNr">  2 </span><span class="Comment">//: argument types for each instruction.</span>