You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tinkerpop.apache.org by ok...@apache.org on 2016/01/05 23:55:05 UTC

[33/50] incubator-tinkerpop git commit: Bump README links to 3.1.0.

Bump README links to 3.1.0.


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

Branch: refs/heads/TINKERPOP-1033
Commit: e23e80c8886648ec80d2d730b2473ebf9f1b67e3
Parents: 8bc2419
Author: Stephen Mallette <sp...@genoprime.com>
Authored: Mon Dec 28 06:47:11 2015 -0500
Committer: Stephen Mallette <sp...@genoprime.com>
Committed: Mon Dec 28 06:47:11 2015 -0500

----------------------------------------------------------------------
 README.asciidoc | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/blob/e23e80c8/README.asciidoc
----------------------------------------------------------------------
diff --git a/README.asciidoc b/README.asciidoc
index 07f5e57..261cdcd 100644
--- a/README.asciidoc
+++ b/README.asciidoc
@@ -25,9 +25,9 @@ Documentation
 TinkerPop3 provides graph computing capabilities for both graph databases (OLTP) and graph analytic systems (OLAP).
 
 * link:http://tinkerpop.apache.org/[homepage (downloads)]
-* link:http://tinkerpop.apache.org/docs/3.0.2-incubating/[reference documentation]
-* link:http://tinkerpop.apache.org/javadocs/3.0.2-incubating/core/[core javadoc]
-* link:http://tinkerpop.apache.org/javadocs/3.0.2-incubating/full/[full javadoc]
+* link:http://tinkerpop.apache.org/docs/3.1.0-incubating/[reference documentation]
+* link:http://tinkerpop.apache.org/javadocs/3.1.0-incubating/core/[core javadoc]
+* link:http://tinkerpop.apache.org/javadocs/3.1.0-incubating/full/[full javadoc]
 
 Building and Testing
 ~~~~~~~~~~~~~~~~~~~~
@@ -42,7 +42,7 @@ The zip distributions can be found in the following directories:
 . `gremlin-server/target`
 . `gremlin-console/target`
 
-Please see the `CONTRIBUTING.asciidoc` file for more detailed information and options for building, test running and developing TinkerPop.
+Please see the link:http://tinkerpop.apache.org/docs/3.1.0-incubating/developer.html#_contributing[CONTRIBUTING.asciidoc] file for more detailed information and options for building, test running and developing TinkerPop.
 
 Get Started
 ~~~~~~~~~~~