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:31 UTC

incubator-tinkerpop git commit: Fixed broken link in contributors guide for newcomers.

Repository: incubator-tinkerpop
Updated Branches:
  refs/heads/master 863bdab1f -> b2daf097e


Fixed broken link in contributors guide for newcomers.


Project: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/commit/b2daf097
Tree: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/tree/b2daf097
Diff: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/diff/b2daf097

Branch: refs/heads/master
Commit: b2daf097e3c62440e7da2637ccc6fce8aaad114a
Parents: 863bdab
Author: Stephen Mallette <sp...@genoprime.com>
Authored: Wed Nov 4 14:51:07 2015 -0500
Committer: Stephen Mallette <sp...@genoprime.com>
Committed: Wed Nov 4 14:51:07 2015 -0500

----------------------------------------------------------------------
 docs/src/developer-contributing.asciidoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/blob/b2daf097/docs/src/developer-contributing.asciidoc
----------------------------------------------------------------------
diff --git a/docs/src/developer-contributing.asciidoc b/docs/src/developer-contributing.asciidoc
index fceedb2..fcdade0 100644
--- a/docs/src/developer-contributing.asciidoc
+++ b/docs/src/developer-contributing.asciidoc
@@ -247,7 +247,7 @@ When writing a test case for a Gremlin step, be sure to use the following conven
 ** `checkResults(Arrays.asList("marko","josh"), traversal)`
 ** `checkMap(new HashMap<String,Long>() {{ put("marko",1l); }}, traversal.next())`
 
-[rtc]
+[[rtc]]
 Review then Commit
 ~~~~~~~~~~~~~~~~~~