Fix broken link.
authorHans Wennborg <hans@chromium.org>
Wed, 16 May 2012 14:21:12 +0100
changeset 4 59c52d03bdce
parent 3 8617a5da02b5
child 5 dda65ab8f943
Fix broken link.
speechapi.html
--- a/speechapi.html	Wed May 09 23:12:45 2012 -0700
+++ b/speechapi.html	Wed May 16 14:21:12 2012 +0100
@@ -343,7 +343,7 @@
       <p><a href="http://www.w3.org/"><img alt=W3C height=48 src="http://www.w3.org/Icons/w3c_home" width=72></a></p>
       <!--end-logo-->
       <h1 id="title_heading">Speech JavaScript API Specification</h1>
-      <h2 class="no-num no-toc" id="draft_date">Editor's Draft: 9 May 2012</h2>
+      <h2 class="no-num no-toc" id="draft_date">Editor's Draft: 16 May 2012</h2>
       <dl>
         <dt>Editors:</dt>
         <dd>Glen Shires, Google Inc.</dd>
@@ -733,7 +733,7 @@
 
       <dt><dfn id="dfn-onresult">result</dfn> event</dt>
       <dd>Fired when the speech recognizer returns a result.
-      See <a href="#speechreco-resultevent">here</a> for more information.</dd>
+      See <a href="#speechreco-event">here</a> for more information.</dd>
 
       <dt><dfn id="dfn-onnomatch">nomatch</dfn> event</dt>
       <dd>Fired when the speech recognizer returns a final result with no recognition hypothesis that meet or exceed the confidence threshold.