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 2015/10/05 22:03:08 UTC

svn commit: r967862 - in /websites/staging/thrift/trunk/content: ./ docs/HowToContribute.html

Author: buildbot
Date: Mon Oct  5 20:03:07 2015
New Revision: 967862

Log:
Staging update by buildbot for thrift

Modified:
    websites/staging/thrift/trunk/content/   (props changed)
    websites/staging/thrift/trunk/content/docs/HowToContribute.html

Propchange: websites/staging/thrift/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Mon Oct  5 20:03:07 2015
@@ -1 +1 @@
-1706910
+1706913

Modified: websites/staging/thrift/trunk/content/docs/HowToContribute.html
==============================================================================
--- websites/staging/thrift/trunk/content/docs/HowToContribute.html (original)
+++ websites/staging/thrift/trunk/content/docs/HowToContribute.html Mon Oct  5 20:03:07 2015
@@ -107,7 +107,7 @@ h2:hover > .headerlink, h3:hover > .head
 </li>
 <li>When bugfixing: add test that will isolate bug <em>before</em> applying change that fixes it</li>
 <li>
-<p>Verify that you follow <a href="/coding_standards">Thrift Coding Standards</a> (you can run 'make style', which ensures proper format for some languages)</p>
+<p>Verify that you follow <a href="/docs/coding_standards">Thrift Coding Standards</a> (you can run 'make style', which ensures proper format for some languages)</p>
 </li>
 <li>
 <p>Create a patch from project root directory (e.g. you@dev:~/thrift $ ):</p>
@@ -132,7 +132,7 @@ h2:hover > .headerlink, h3:hover > .head
 <p>Remember to provide <em>tests</em> for all submited changes</p>
 </li>
 <li>When bugfixing: add test that will isolate bug <em>before</em> applying change that fixes it</li>
-<li>Verify that you follow <a href="/coding_standards">Thrift Coding Standards</a> (you can run 'make style', which ensures proper format for some languages)</li>
+<li>Verify that you follow <a href="/docs/coding_standards">Thrift Coding Standards</a> (you can run 'make style', which ensures proper format for some languages)</li>
 <li>
 <p>Verify that your change works on other platforms by adding a GitHub service hook to <a href="http://docs.travis-ci.com/user/getting-started/#Step-one%3A-Sign-in">Travis CI</a> and <a href="http://www.appveyor.com/docs">AppVeyor</a></p>
 </li>