Browse Source

example: update with recent download changes.

Dmitry Chestnykh 14 years ago
parent
commit
3218681ed3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      example/main.go

+ 1 - 1
example/main.go

@@ -76,7 +76,7 @@ const formTemplateSrc = `<!doctype html>
 <a href="#" onclick="reload()">Reload</a> | <a href="#" onclick="playAudio()">Play Audio</a>
 <audio id=audio controls style="display:none" src="/captcha/{CaptchaId}.wav" preload=none>
   You browser doesn't support audio.
-  <a href="/captcha/{CaptchaId}.wav?get">Download file</a> to play it in the external player.
+  <a href="/captcha/download/{CaptchaId}.wav">Download file</a> to play it in the external player.
 </audio>
 <input type=hidden name=captchaId value="{CaptchaId}"><br>
 <input name=captchaSolution>