Author: buildbot
Date: Sat Mar 22 16:54:38 2014
New Revision: 902888

Log:
Staging update by buildbot for thrift

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

Propchange: websites/staging/thrift/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Sat Mar 22 16:54:38 2014
@@ -1 +1 @@
-1580257
+1580258

Modified: websites/staging/thrift/trunk/content/index.html
==============================================================================
--- websites/staging/thrift/trunk/content/index.html (original)
+++ websites/staging/thrift/trunk/content/index.html Sat Mar 22 16:54:38 2014
@@ -83,12 +83,12 @@
         </li>
         <li>
           <b>Build and Install the Apache Thrift compiler</b>
-          <p>You will then need to <a 
href="/docs/BuildingFromSource">build</a> the Apache Thrift compiler and 
install it. See the <a href="/docs/install/">installing Thrift</a> guide for 
any help with this step.</p>
+          <p>You will then need to <a 
href="/docs/BuildingFromSource">build</a> the Apache Thrift compiler and 
install it. See the <a href="/docs/install/"">installing Thrift</a> guide for 
any help with this step.</p>
         </li>
         <li>
           <b>Writing a .thrift file</b>
 
-          <p>After the Thrift compiler is installed you will need to create a 
thrift file. This file is an <a href="/docs/idl/">interface definition</a> made 
up of <a href="/docs/types/">thrift types</a> and Services. The services you 
define in this file are implemented by the server and are called by any 
clients. The Thrift compiler is used to generate your Thrift File into source 
code which is used by the different client libraries and the server you write. 
To generate the source from a thrift file run</p>
+          <p>After the Thrift compiler is installed you will need to create a 
thrift file. This file is an <a href="/docs/idl/"">interface definition</a> 
made up of <a href="/docs/types/"">thrift types</a> and Services. The services 
you define in this file are implemented by the server and are called by any 
clients. The Thrift compiler is used to generate your Thrift File into source 
code which is used by the different client libraries and the server you write. 
To generate the source from a thrift file run</p>
 
           <pre>
             <code>thrift --gen &lt;language&gt; &lt;Thrift filename&gt;</code>
@@ -122,7 +122,7 @@
       </small>
     </p>
     <p>
-      <h4>[<a href="/download/">Other Downloads</a>]</h4>
+      <h4>[<a href="/download/"">Other Downloads</a>]</h4>
     </p>
   </div>
 </div>


Reply via email to