Author: dcelasun
Date: Thu Aug  9 15:27:42 2018
New Revision: 1837740

URL: http://svn.apache.org/viewvc?rev=1837740&view=rev
Log:
Update repository URL for tutorials

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

Modified: thrift/cms-site/trunk/content/index.html
URL: 
http://svn.apache.org/viewvc/thrift/cms-site/trunk/content/index.html?rev=1837740&r1=1837739&r2=1837740&view=diff
==============================================================================
--- thrift/cms-site/trunk/content/index.html (original)
+++ thrift/cms-site/trunk/content/index.html Thu Aug  9 15:27:42 2018
@@ -21,7 +21,7 @@
           <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>
           <pre><code>thrift --gen &lt;language&gt; &lt;Thrift 
filename&gt;</code></pre>
-          <p>The sample tutorial.thrift file used for all the client and 
server tutorials can be found <a 
href="https://git-wip-us.apache.org/repos/asf/thrift/?p=thrift.git;a=tree;f=tutorial";>here</a>.
 </p>
+          <p>The sample tutorial.thrift file used for all the client and 
server tutorials can be found <a 
href="https://github.com/apache/thrift/tree/master/tutorial";>here</a>. </p>
         </li>
       </ul>
     </p>


Reply via email to