You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@thrift.apache.org by ro...@apache.org on 2014/02/09 13:42:14 UTC

svn commit: r1566288 - in /thrift/site: content/developers.md publish/developers/index.html publish/sitemap/index.html publish/tutorial/go/index.html

Author: roger
Date: Sun Feb  9 12:42:13 2014
New Revision: 1566288

URL: http://svn.apache.org/r1566288
Log:
fix link on developer page git instead of svn info
regenerate

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

Modified: thrift/site/content/developers.md
URL: http://svn.apache.org/viewvc/thrift/site/content/developers.md?rev=1566288&r1=1566287&r2=1566288&view=diff
==============================================================================
--- thrift/site/content/developers.md (original)
+++ thrift/site/content/developers.md Sun Feb  9 12:42:13 2014
@@ -29,7 +29,7 @@ The Apache Thrift source code resides in
 		
 * **Committer Access (read-write)**
 
-	General instructions for committer access is [here](http://www.apache.org/dev/version-control.html)
+	General instructions for committer access is [here](https://git-wip-us.apache.org)
 
 	[<%= @site.config[:git_repo] %>.git](<%= @site.config[:git_repo] %>.git)
 	
@@ -38,4 +38,4 @@ The Apache Thrift source code resides in
 	Unofficial git repositories are mirrors of the main repository
 
 	* [Github](http://github.com/apache/thrift)
-	
\ No newline at end of file
+	

Modified: thrift/site/publish/developers/index.html
URL: http://svn.apache.org/viewvc/thrift/site/publish/developers/index.html?rev=1566288&r1=1566287&r2=1566288&view=diff
==============================================================================
--- thrift/site/publish/developers/index.html (original)
+++ thrift/site/publish/developers/index.html Sun Feb  9 12:42:13 2014
@@ -97,7 +97,7 @@
 <li>
 <p><strong>Committer Access (read-write)</strong></p>
 
-<p>General instructions for committer access is <a href="http://www.apache.org/dev/version-control.html">here</a></p>
+<p>General instructions for committer access is <a href="https://git-wip-us.apache.org">here</a></p>
 
 <p><a href="https://git-wip-us.apache.org/repos/asf/thrift.git">https://git-wip-us.apache.org/repos/asf/thrift.git</a></p>
 </li>

Modified: thrift/site/publish/sitemap/index.html
URL: http://svn.apache.org/viewvc/thrift/site/publish/sitemap/index.html?rev=1566288&r1=1566287&r2=1566288&view=diff
==============================================================================
--- thrift/site/publish/sitemap/index.html (original)
+++ thrift/site/publish/sitemap/index.html Sun Feb  9 12:42:13 2014
@@ -73,8 +73,6 @@
     
             <li><a href="/about/">About</a></li>
     
-            <li><a href="/developers/">Developers</a></li>
-    
             <li>
 <a href="/docs/">Documentation</a><ul>
 <li><a href="/docs/BuildingFromSource/">Building From Source</a></li>   <li><a href="/docs/concepts/">Concepts</a></li> <li><a href="/docs/features/">Features</a></li> <li><a href="/docs/HowToContribute/">How To Contribute</a></li> <li>
@@ -99,6 +97,8 @@
 </ul>
 </li>
     
+            <li><a href="/developers/">Developers</a></li>
+    
 </ul>
 	</div>
 	<div class="container">

Modified: thrift/site/publish/tutorial/go/index.html
URL: http://svn.apache.org/viewvc/thrift/site/publish/tutorial/go/index.html?rev=1566288&r1=1566287&r2=1566288&view=diff
==============================================================================
--- thrift/site/publish/tutorial/go/index.html (original)
+++ thrift/site/publish/tutorial/go/index.html Sun Feb  9 12:42:13 2014
@@ -68,9 +68,7 @@
   	<div class="container">
 		<h2>Go Tutorial</h2>
 
-<hr>
-
-<h3>Introduction</h3>
+<hr><h3>Introduction</h3>
 
 <p>All Apache Thrift tutorials require that you have:</p>
 
@@ -83,16 +81,12 @@
 </code></pre>
 </li>
 <li><p>Followed all prerequesets listed </p></li>
-</ol>
-
-<h3>Prerequisites</h3>
+</ol><h3>Prerequisites</h3>
 
 <ul>
 <li>At least Go 1.1.x is required to run the tutorial code. </li>
 <li>The GOPATH may need to be adjusted, alternatively manually put the Go Thrift library files into a suitable location. </li>
-</ul>
-
-<h3>Client</h3>
+</ul><h3>Client</h3>
 
 <p>Implements the client code which consumes the tutorial service.</p>
 
@@ -362,7 +356,6 @@ func main() {
 <li>Try using the buffered and/or framed transport options.</li>
 <li>Note that both server and client must use the exact same protocol and transport stack.</li>
 </ul>
-
 	</div>
 	<div class="container">
 	<hr>