Author: joes
Date: Sat Mar 22 16:54:25 2014
New Revision: 1580258

URL: http://svn.apache.org/r1580258
Log:
apply sledgehammer

Modified:
    thrift/cms-site/trunk/content/index.md

Modified: thrift/cms-site/trunk/content/index.md
URL: 
http://svn.apache.org/viewvc/thrift/cms-site/trunk/content/index.md?rev=1580258&r1=1580257&r2=1580258&view=diff
==============================================================================
--- thrift/cms-site/trunk/content/index.md (original)
+++ thrift/cms-site/trunk/content/index.md Sat Mar 22 16:54:25 2014
@@ -16,12 +16,12 @@ title: "Home"
         </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>
@@ -54,7 +54,7 @@ title: "Home"
       </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