Author: jensg
Date: Wed Feb 19 20:33:06 2014
New Revision: 1569908

URL: http://svn.apache.org/r1569908
Log:
Half-baked duplicate of a sentence removed.

Modified:
    thrift/site/content/tutorial.md
    thrift/site/publish/tutorial/index.html

Modified: thrift/site/content/tutorial.md
URL: 
http://svn.apache.org/viewvc/thrift/site/content/tutorial.md?rev=1569908&r1=1569907&r2=1569908&view=diff
==============================================================================
--- thrift/site/content/tutorial.md (original)
+++ thrift/site/content/tutorial.md Wed Feb 19 20:33:06 2014
@@ -23,7 +23,7 @@ The Thrift compiler is used to generate 
        
                thrift --gen <language> <Thrift filename> 
                        
-       The sample 
[tutorial.thrift](https://git-wip-us.apache.org/repos/asf?p=thrift.git;a=blob_plain;f=tutorial/tutorial.thrift)
 file defines a basic calculator service. This will be used to demonstrate both 
the client and server. To generate the tutorial.thrift file into source code 
use the Thrift generator and run 
+       The sample 
[tutorial.thrift](https://git-wip-us.apache.org/repos/asf?p=thrift.git;a=blob_plain;f=tutorial/tutorial.thrift)
 file defines a basic calculator service. This will be used to demonstrate both 
the client and server.  
 
 ## Examples Clients and Servers
 <ul>

Modified: thrift/site/publish/tutorial/index.html
URL: 
http://svn.apache.org/viewvc/thrift/site/publish/tutorial/index.html?rev=1569908&r1=1569907&r2=1569908&view=diff
==============================================================================
--- thrift/site/publish/tutorial/index.html (original)
+++ thrift/site/publish/tutorial/index.html Wed Feb 19 20:33:06 2014
@@ -98,7 +98,7 @@ See the <a href="/docs/BuildingFromSourc
 <pre><code>thrift --gen &lt;language&gt; &lt;Thrift filename&gt; 
 </code></pre>
 
-<p>The sample <a 
href="https://git-wip-us.apache.org/repos/asf?p=thrift.git;a=blob_plain;f=tutorial/tutorial.thrift";>tutorial.thrift</a>
 file defines a basic calculator service. This will be used to demonstrate both 
the client and server. To generate the tutorial.thrift file into source code 
use the Thrift generator and run </p>
+<p>The sample <a 
href="https://git-wip-us.apache.org/repos/asf?p=thrift.git;a=blob_plain;f=tutorial/tutorial.thrift";>tutorial.thrift</a>
 file defines a basic calculator service. This will be used to demonstrate both 
the client and server.</p>
 </li>
 </ul><h2>Examples Clients and Servers</h2>
 


Reply via email to