about summary refs log tree commit diff stats
path: root/html/003trace.cc.html
diff options
context:
space:
mode:
Diffstat (limited to 'html/003trace.cc.html')
-rw-r--r--html/003trace.cc.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/html/003trace.cc.html b/html/003trace.cc.html
index 7c259d19..d1ef9d05 100644
--- a/html/003trace.cc.html
+++ b/html/003trace.cc.html
@@ -57,7 +57,7 @@ if ('onhashchange' in window) {
 </script>
 </head>
 <body onload='JumpToLine();'>
-<a href='https://github.com/akkartik/mu/blob/master/003trace.cc'>https://github.com/akkartik/mu/blob/master/003trace.cc</a>
+<a href='https://github.com/akkartik/mu/blob/main/003trace.cc'>https://github.com/akkartik/mu/blob/main/003trace.cc</a>
 <pre id='vimCodeElement'>
 <span id="L1" class="LineNr">  1 </span><span class="Comment">//: The goal of layers is to make programs more easy to understand and more</span>
 <span id="L2" class="LineNr">  2 </span><span class="Comment">//: malleable, easy to rewrite in radical ways without accidentally breaking</span>