Fixed links hardcoded to specific versions in docs. CTR

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

Branch: refs/heads/tp31
Commit: 3f6b38a85773fa324e052202678bdd4fcf4ff931
Parents: 3e04f4b
Author: Stephen Mallette <sp...@genoprime.com>
Authored: Wed Jun 1 13:37:51 2016 -0400
Committer: Stephen Mallette <sp...@genoprime.com>
Committed: Wed Jun 1 13:37:51 2016 -0400

----------------------------------------------------------------------
 docs/src/reference/implementations-intro.asciidoc | 2 +-
 docs/src/reference/the-traversal.asciidoc         | 2 +-
 docs/src/tutorials/getting-started/index.asciidoc | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/blob/3f6b38a8/docs/src/reference/implementations-intro.asciidoc
----------------------------------------------------------------------
diff --git a/docs/src/reference/implementations-intro.asciidoc 
b/docs/src/reference/implementations-intro.asciidoc
index 2cf4803..f1992e5 100644
--- a/docs/src/reference/implementations-intro.asciidoc
+++ b/docs/src/reference/implementations-intro.asciidoc
@@ -23,5 +23,5 @@ image::gremlin-racecar.png[width=325]
 TinkerPop offers several reference implementations of its interfaces that are 
not only meant for production usage,
 but also represent models by which different graph providers can build their 
systems. More specific documentation
 on how to build systems at this level of the API can be found in the
-link:http://tinkerpop.apache.org/docs/3.1.1-incubating/dev/provider/[Provider 
Documentation]. The following sections
+link:http://tinkerpop.apache.org/docs/x.y.z/dev/provider/[Provider 
Documentation]. The following sections
 describe the various reference implementations and their usage.
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/blob/3f6b38a8/docs/src/reference/the-traversal.asciidoc
----------------------------------------------------------------------
diff --git a/docs/src/reference/the-traversal.asciidoc 
b/docs/src/reference/the-traversal.asciidoc
index 5f3bbb4..8327dc9 100644
--- a/docs/src/reference/the-traversal.asciidoc
+++ b/docs/src/reference/the-traversal.asciidoc
@@ -46,7 +46,7 @@ image::step-types.png[width=650]
 A `GraphTraversal<S,E>` is spawned from a `GraphTraversalSource`. It can also 
be spawned anonymously (i.e. empty)
 via `__`. A graph traversal is composed of an ordered list of steps. All the 
steps provided by `GraphTraversal`
 inherit from the more general forms diagrammed above. A list of all the steps 
(and their descriptions) are provided
-in the TinkerPop3 
link:http://tinkerpop.apache.org/javadocs/3.0.2-incubating/core/org/apache/tinkerpop/gremlin/process/traversal/dsl/graph/GraphTraversal.html[GraphTraversal
 JavaDoc].
+in the TinkerPop3 
link:http://tinkerpop.apache.org/javadocs/x.y.z/core/org/apache/tinkerpop/gremlin/process/traversal/dsl/graph/GraphTraversal.html[GraphTraversal
 JavaDoc].
 The following subsections will demonstrate the GraphTraversal steps using the 
<<gremlin-console,Gremlin Console>>.
 
 NOTE: To reduce the verbosity of the expression, it is good to

http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/blob/3f6b38a8/docs/src/tutorials/getting-started/index.asciidoc
----------------------------------------------------------------------
diff --git a/docs/src/tutorials/getting-started/index.asciidoc 
b/docs/src/tutorials/getting-started/index.asciidoc
index 7b82751..5fcc30e 100644
--- a/docs/src/tutorials/getting-started/index.asciidoc
+++ b/docs/src/tutorials/getting-started/index.asciidoc
@@ -187,7 +187,7 @@ Creating a Graph
 
 As intuitive as it is to you, it is perhaps more intuitive to Gremlin himself, 
as vertices, edges and properties make
 up the very elements of his existence. It is indeed helpful to think of our 
friend, Gremlin, moving about a graph when
-developing traversals, as picturing his position as the 
link:http://tinkerpop.apache.org/docs/3.0.2-incubating/#_the_traverser[traverser]
+developing traversals, as picturing his position as the 
link:http://tinkerpop.apache.org/docs/x.y.z/reference/#_the_traverser[traverser]
 helps orient where you need him to go next. Let's use the two vertex, one edge 
graph we've been discussing above
 as an example. First, you need to create this graph:
 

Reply via email to