diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2016-08-20 20:01:25 -0700 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2016-08-20 20:01:34 -0700 |
commit | 8e7b4429787bc2b7fe289f264d09a4b1f5f6b081 (patch) | |
tree | da78a0432f4cc01f9083bda4b04a9cb0e5c46142 /index.html | |
parent | c31209c6a14cebad97976b4089fe6a69f074f748 (diff) | |
download | mu-8e7b4429787bc2b7fe289f264d09a4b1f5f6b081.tar.gz |
3235
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/index.html b/index.html index 5bc909aa..fb8f2c47 100644 --- a/index.html +++ b/index.html @@ -234,7 +234,7 @@ writing tests for keyboard and mouse using the fakes. <br/><a href='html/029tools.cc.html'>029tools.cc</a>: various primitive operations to help with testing and debugging. -<br/><a href='html/090trace_browser.cc.html'>090trace_browser.cc</a>: a +<br/><a href='html/100trace_browser.cc.html'>100trace_browser.cc</a>: a zoomable UI for inspecting traces generated by Mu programs. Allows both scanning a high-level view and drilling down into selective details. |