Author: joes
Date: Sat Mar 22 17:41:38 2014
New Revision: 1580268

URL: http://svn.apache.org/r1580268
Log:
busted link

Modified:
    thrift/cms-site/trunk/content/tutorial/index.html

Modified: thrift/cms-site/trunk/content/tutorial/index.html
URL: 
http://svn.apache.org/viewvc/thrift/cms-site/trunk/content/tutorial/index.html?rev=1580268&r1=1580267&r2=1580268&view=diff
==============================================================================
--- thrift/cms-site/trunk/content/tutorial/index.html (original)
+++ thrift/cms-site/trunk/content/tutorial/index.html Sat Mar 22 17:41:38 2014
@@ -6,7 +6,7 @@
 ----
 
 * ### Download Apache Thrift
-       To get started, [download](/download/) a copy of Thrift.
+       To get started, [download](/download) a copy of Thrift.
 
 * ### Build and Install the Apache Thrift compiler and libraries
        You will then need to build the Apache Thrift compiler and libraries.
@@ -14,10 +14,10 @@
                ./configure && make
 
        This will also compile the tutorial client and server for several 
languages.
-       See the [Building from source](/docs/BuildingFromSource/) guide for any 
help with this step.
+       See the [Building from source](/docs/BuildingFromSource) guide for any 
help with this step.
 
 * ### Writing a .thrift file
-After the Thrift compiler is installed you will need to create a thrift file. 
This file is an [interface definition](/docs/idl/) made up of [thrift 
types](/docs/types/) and Services. The services you define in this file are 
implemented by the server and are called by any clients.
+After the Thrift compiler is installed you will need to create a thrift file. 
This file is an [interface definition](/docs/idl) made up of [thrift 
types](/docs/types) and Services. The services you define in this file are 
implemented by the server and are called by any clients.
 
 * ### Generate Thrift file to source code
 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


Reply via email to