about summary refs log tree commit diff stats
path: root/html/edit/006-sandbox-copy.mu.html
diff options
context:
space:
mode:
Diffstat (limited to 'html/edit/006-sandbox-copy.mu.html')
-rw-r--r--html/edit/006-sandbox-copy.mu.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/html/edit/006-sandbox-copy.mu.html b/html/edit/006-sandbox-copy.mu.html
index 485bc72b..c80bcf91 100644
--- a/html/edit/006-sandbox-copy.mu.html
+++ b/html/edit/006-sandbox-copy.mu.html
@@ -60,6 +60,7 @@ if ('onhashchange' in window) {
 </script>
 </head>
 <body onload='JumpToLine();'>
+<a href='https://github.com/akkartik/mu/blob/master/edit/006-sandbox-copy.mu'>https://github.com/akkartik/mu/blob/master/edit/006-sandbox-copy.mu</a>
 <pre id='vimCodeElement'>
 <span id="L1" class="LineNr">  1 </span><span class="SalientComment">## the 'copy' button makes it easy to duplicate a sandbox, and thence to</span>
 <span id="L2" class="LineNr">  2 </span><span class="SalientComment">## see code operate in multiple situations</span>