You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@thrift.apache.org by jo...@apache.org on 2014/03/22 21:58:06 UTC

svn commit: r1580319 - /thrift/cms-site/trunk/content/index.md

Author: joes
Date: Sat Mar 22 20:58:06 2014
New Revision: 1580319

URL: http://svn.apache.org/r1580319
Log:
quotes

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=1580319&r1=1580318&r2=1580319&view=diff
==============================================================================
--- thrift/cms-site/trunk/content/index.md (original)
+++ thrift/cms-site/trunk/content/index.md Sat Mar 22 20:58:06 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>