You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@thrift.apache.org by bu...@apache.org on 2014/07/02 13:32:30 UTC

svn commit: r914754 - in /websites/staging/thrift/trunk/content: ./ tutorial/js.html

Author: buildbot
Date: Wed Jul  2 11:32:30 2014
New Revision: 914754

Log:
Staging update by buildbot for thrift

Modified:
    websites/staging/thrift/trunk/content/   (props changed)
    websites/staging/thrift/trunk/content/tutorial/js.html

Propchange: websites/staging/thrift/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Wed Jul  2 11:32:30 2014
@@ -1 +1 @@
-1607314
+1607315

Modified: websites/staging/thrift/trunk/content/tutorial/js.html
==============================================================================
--- websites/staging/thrift/trunk/content/tutorial/js.html (original)
+++ websites/staging/thrift/trunk/content/tutorial/js.html Wed Jul  2 11:32:30 2014
@@ -212,7 +212,7 @@ function calc() {
 </pre></div>
 
 
-<p>For more information refer to: [http://api.jquery.com/jquery.ajax/]</p>
+<p>For more information refer to the <a href="http://api.jquery.com/jquery.ajax/">jQuery API documentation</a>.</p>
 <p>Note: Synchronously calls are easy to debug and good for testing but should not be used on a front-end browser in production, as it will normally result on a full-browser freeze until the response has returned from the server.</p>
 	</div>
 	<div class="container">