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 2016/02/08 16:38:06 UTC

[6/9] incubator-tinkerpop git commit: Fix broken links in README.

Fix broken links in README.


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

Branch: refs/heads/master
Commit: 2b1a23ed9c5fbe6fe153201823bd7c7e8f59bee6
Parents: 44b3fb6
Author: Stephen Mallette <sp...@genoprime.com>
Authored: Mon Feb 8 09:56:12 2016 -0500
Committer: Stephen Mallette <sp...@genoprime.com>
Committed: Mon Feb 8 09:56:12 2016 -0500

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


http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/blob/2b1a23ed/README.asciidoc
----------------------------------------------------------------------
diff --git a/README.asciidoc b/README.asciidoc
index 073a363..845c35e 100644
--- a/README.asciidoc
+++ b/README.asciidoc
@@ -25,7 +25,7 @@ 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.1.1-incubating/[reference documentation]
+* link:http://tinkerpop.apache.org/docs/3.1.1-incubating/reference/[reference documentation]
 * link:http://tinkerpop.apache.org/javadocs/3.1.1-incubating/core/[core javadoc]
 * link:http://tinkerpop.apache.org/javadocs/3.1.1-incubating/full/[full javadoc]
 
@@ -42,7 +42,7 @@ The zip distributions can be found in the following directories:
 . `gremlin-server/target`
 . `gremlin-console/target`
 
-Please see the link:http://tinkerpop.apache.org/docs/3.1.1-incubating/developer.html#_contributing[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.1-incubating/dev/developer#_contributing[CONTRIBUTING.asciidoc] file for more detailed information and options for building, test running and developing TinkerPop.
 
 Get Started
 ~~~~~~~~~~~