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/03/22 18:41:50 UTC

svn commit: r902902 - in /websites/staging/thrift/trunk/content: ./ tutorial/index.html

Author: buildbot
Date: Sat Mar 22 17:41:49 2014
New Revision: 902902

Log:
Staging update by buildbot for thrift

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

Propchange: websites/staging/thrift/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Sat Mar 22 17:41:49 2014
@@ -1 +1 @@
-1580261
+1580268

Modified: websites/staging/thrift/trunk/content/tutorial/index.html
==============================================================================
--- websites/staging/thrift/trunk/content/tutorial/index.html (original)
+++ websites/staging/thrift/trunk/content/tutorial/index.html Sat Mar 22 17:41:49 2014
@@ -73,7 +73,7 @@
 <ul>
 <li>
 <h3 id="download-apache-thrift">Download Apache Thrift</h3>
-<p>To get started, <a href="/download/">download</a> a copy of Thrift.</p>
+<p>To get started, <a href="/download">download</a> a copy of Thrift.</p>
 </li>
 <li>
 <h3 id="build-and-install-the-apache-thrift-compiler-and-libraries">Build and Install the Apache Thrift compiler and libraries</h3>
@@ -84,11 +84,11 @@
 
 
 <p>This will also compile the tutorial client and server for several languages.
-See the <a href="/docs/BuildingFromSource/">Building from source</a> guide for any help with this step.</p>
+See the <a href="/docs/BuildingFromSource">Building from source</a> guide for any help with this step.</p>
 </li>
 <li>
 <h3 id="writing-a-thrift-file">Writing a .thrift file</h3>
-<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.</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.</p>
 </li>
 <li>
 <h3 id="generate-thrift-file-to-source-code">Generate Thrift file to source code</h3>