Fix another broken link.
authorCameron McCormack <cam@mcc.id.au>
Fri, 14 Jun 2013 08:40:11 +1000
changeset 515 515c50190ff0
parent 514 ec28c0ac0091
child 516 f7b3d8dc1386
Fix another broken link.
master/interact.html
--- a/master/interact.html	Fri Jun 14 08:28:48 2013 +1000
+++ b/master/interact.html	Fri Jun 14 08:40:11 2013 +1000
@@ -1312,7 +1312,7 @@
 
   <p class="note">This means that an element that is only focusable
   because of its <code><a href="#SVGElementTabindexAttribute">tabindex</a></code> attribute
-  will fire a <code><a href="infrastructure.html#event-click">click</a></code> event in response
+  will fire a <code><a href="#ClickEvent">click</a></code> event in response
   to a non-mouse activation (e.g. hitting the "enter" key while the
   element is focused).</p>