about summary refs log tree commit diff stats
path: root/html/010vm.cc.html
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2020-12-30 09:37:50 -0800
committerKartik Agaram <vc@akkartik.com>2020-12-30 09:39:50 -0800
commit762107fdc23e7739e9db6843173506c4d00cae0e (patch)
tree5c2cc65b89c126490587dde871b6f20e6b6bcbd2 /html/010vm.cc.html
parentd0bc0d2673c41da7b5007766a7015df99020c353 (diff)
downloadmu-762107fdc23e7739e9db6843173506c4d00cae0e.tar.gz
7476
Diffstat (limited to 'html/010vm.cc.html')
-rw-r--r--html/010vm.cc.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/html/010vm.cc.html b/html/010vm.cc.html
index 171dfd1e..fccf145e 100644
--- a/html/010vm.cc.html
+++ b/html/010vm.cc.html
@@ -57,7 +57,7 @@ if ('onhashchange' in window) {
 </script>
 </head>
 <body onload='JumpToLine();'>
-<a href='https://github.com/akkartik/mu/blob/master/010vm.cc'>https://github.com/akkartik/mu/blob/master/010vm.cc</a>
+<a href='https://github.com/akkartik/mu/blob/main/010vm.cc'>https://github.com/akkartik/mu/blob/main/010vm.cc</a>
 <pre id='vimCodeElement'>
 <span id="L1" class="LineNr">  1 </span><span class="Comment">//: Core data structures for simulating the SubX VM (subset of an x86 processor),</span>
 <span id="L2" class="LineNr">  2 </span><span class="Comment">//: either in tests or debug aids.</span>