You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tinkerpop.apache.org by sp...@apache.org on 2015/11/04 20:51:05 UTC

svn commit: r1712620 - /incubator/tinkerpop/site/docs/3.1.0-SNAPSHOT/developer.html

Author: spmallette
Date: Wed Nov  4 19:51:04 2015
New Revision: 1712620

URL: http://svn.apache.org/viewvc?rev=1712620&view=rev
Log:
Fix broken link in getting started for newcomer contributors.

Modified:
    incubator/tinkerpop/site/docs/3.1.0-SNAPSHOT/developer.html

Modified: incubator/tinkerpop/site/docs/3.1.0-SNAPSHOT/developer.html
URL: http://svn.apache.org/viewvc/incubator/tinkerpop/site/docs/3.1.0-SNAPSHOT/developer.html?rev=1712620&r1=1712619&r2=1712620&view=diff
==============================================================================
--- incubator/tinkerpop/site/docs/3.1.0-SNAPSHOT/developer.html (original)
+++ incubator/tinkerpop/site/docs/3.1.0-SNAPSHOT/developer.html Wed Nov  4 19:51:04 2015
@@ -814,7 +814,7 @@ span.line-numbers { border-right: 1px so
 <li><a href="#_code_style">Code Style</a></li>
 <li><a href="#_deprecation">Deprecation</a></li>
 <li><a href="#_gremlin_language_test_cases">Gremlin Language Test Cases</a></li>
-<li><a href="#_review_then_commit">Review then Commit</a></li>
+<li><a href="#rtc">Review then Commit</a></li>
 <li>
 <ul class="sectlevel3">
 <li><a href="#_pull_request_format">Pull Request Format</a></li>
@@ -1311,7 +1311,7 @@ prudent to schedule them into a release.
 </div>
 </div>
 <div class="sect2">
-<h3 id="_review_then_commit">Review then Commit</h3>
+<h3 id="rtc">Review then Commit</h3>
 <div class="paragraph">
 <p>Code modifications must go through a <a href="http://www.apache.org/foundation/glossary.html#ReviewThenCommit">review-then-committ</a> (RTC)
 process before being merged into a release branch. All committers should follow the pattern below, where "you" refers to the
@@ -2006,7 +2006,7 @@ roadmap:</p>
 </div>
 <div id="footer">
 <div id="footer-text">
-Last updated 2015-11-04 14:25:55 -05:00
+Last updated 2015-11-04 14:49:43 -05:00
 </div>
 </div>
 </body>