about summary refs log tree commit diff stats
path: root/html/subx/examples/ex7.subx.html
diff options
context:
space:
mode:
Diffstat (limited to 'html/subx/examples/ex7.subx.html')
-rw-r--r--html/subx/examples/ex7.subx.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/html/subx/examples/ex7.subx.html b/html/subx/examples/ex7.subx.html
index e20ebc88..f22f852f 100644
--- a/html/subx/examples/ex7.subx.html
+++ b/html/subx/examples/ex7.subx.html
@@ -57,6 +57,7 @@ if ('onhashchange' in window) {
 </script>
 </head>
 <body onload='JumpToLine();'>
+<a href='https://github.com/akkartik/mu/blob/master/subx/examples/ex7.subx'>https://github.com/akkartik/mu/blob/master/subx/examples/ex7.subx</a>
 <pre id='vimCodeElement'>
 <span id="L1" class="LineNr">  1 </span><span class="subxComment"># Example showing file syscalls.</span>
 <span id="L2" class="LineNr">  2 </span><span class="subxComment">#</span>