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/23 17:55:37 UTC

incubator-tinkerpop git commit: Fix README - pointed to wrong versions of most recent docs.

Repository: incubator-tinkerpop
Updated Branches:
  refs/heads/master e946d6990 -> f0c6c33d8


Fix README - pointed to wrong versions of most recent docs.


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

Branch: refs/heads/master
Commit: f0c6c33d864bf8bb5b23b93ad453f6cc77f86342
Parents: e946d69
Author: Stephen Mallette <sp...@genoprime.com>
Authored: Mon Nov 23 11:55:12 2015 -0500
Committer: Stephen Mallette <sp...@genoprime.com>
Committed: Mon Nov 23 11:55:12 2015 -0500

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


http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/blob/f0c6c33d/README.asciidoc
----------------------------------------------------------------------
diff --git a/README.asciidoc b/README.asciidoc
index 5a403ad..5157112 100644
--- a/README.asciidoc
+++ b/README.asciidoc
@@ -24,10 +24,10 @@ Documentation
 
 TinkerPop3 provides graph computing capabilities for both graph databases (OLTP) and graph analytic systems (OLAP).
 
-* link:http://tinkerpop.incubator.apache.org/[homepage]
-* link:http://tinkerpop.incubator.apache.org/docs/3.0.0-SNAPSHOT/[user documentation]
-* link:http://tinkerpop.incubator.apache.org/javadocs/3.0.0-SNAPSHOT/core/[core javadoc]
-* link:http://tinkerpop.incubator.apache.org/javadocs/3.0.0-SNAPSHOT/full/[full javadoc]
+* link:http://apache.tinkerpop.org/[homepage]
+* link:http://apache.tinkerpop.org/docs/3.0.2-incubating/[reference documentation]
+* link:http://apache.tinkerpop.org/javadocs/3.0.2-incubating/core/[core javadoc]
+* link:http://apache.tinkerpop.org/javadocs/3.0.2-incubating/full/[full javadoc]
 
 Building and Testing
 ~~~~~~~~~~~~~~~~~~~~