Skip to content

Commit 9674b1e

Browse files
committed
Merge branch '3.5-dev' into 3.6-dev
2 parents d95d83b + 45b5a4e commit 9674b1e

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

docs/src/reference/intro.asciidoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ from which to spawn more detailed accounts of specific topics and a target to wh
2323
The Reference Documentation makes some general assumptions about the reader:
2424
2525
1. They have a sense of what a graph is - not sure? see link:http://kelvinlawrence.net/book/Gremlin-Graph-Guide.html#whygraph[Practical Gremlin - Why Graph?]
26-
1. They know what it means for a graph system to be TinkerPop-enabled - not sure? see link:https://tinkerpop.apache.org/providers.html[TinkerPop-enabled Providers]
27-
1. They know what the role of Gremlin is - not sure? see link:link:https://tinkerpop.apache.org/gremlin.html[Introduction to Gremlin]
26+
2. They know what it means for a graph system to be TinkerPop-enabled - not sure? see link:https://tinkerpop.apache.org/providers.html[TinkerPop-enabled Providers]
27+
3. They know what the role of Gremlin is - not sure? see link:https://tinkerpop.apache.org/gremlin.html[Introduction to Gremlin]
2828
2929
Given those assumptions, it's possible to dive more quickly into the details without spending a lot of time repeating
3030
what is written elsewhere.

docs/src/reference/preface.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,4 +90,4 @@ realized realizations are just as real. For that is -- The TinkerPop.
9090
image::gremlintron.png[width=400]
9191
9292
NOTE: For more information about differences between TinkerPop 3.x and earlier versions, please see the
93-
link:https://tinkerpop.apache.org/docs/x.y.z/upgrade/#appendix
93+
link:https://tinkerpop.apache.org/docs/x.y.z/upgrade/#appendix[appendix].

docs/src/reference/the-traversal.asciidoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2058,7 +2058,7 @@ g.V().emit(__.has("name", "marko").or().loops().is(2)).repeat(__.out()).values("
20582058
*Additional References*
20592059
20602060
link:++https://tinkerpop.apache.org/javadocs/x.y.z/core/org/apache/tinkerpop/gremlin/process/traversal/dsl/graph/GraphTraversal.html#loops()++[`loops()`],
2061-
link:++https://tinkerpop.apache.org/docs/x.y.z/recipes/#looping[`Looping Recipes`]
2061+
link:++https://tinkerpop.apache.org/docs/x.y.z/recipes/#looping++[`Looping Recipes`]
20622062
20632063
[[map-step]]
20642064
=== Map Step
@@ -3425,7 +3425,7 @@ location. Please see the <<io-step,documentation>> for `io()`-step for more comp
34253425
34263426
*Additional References*
34273427
3428-
link:++https://tinkerpop.apache.org/javadocs/x.y.z/full/org/apache/tinkerpop/gremlin/process/traversal/dsl/graph/GraphTraversal.html#read--[`read()`]
3428+
link:++https://tinkerpop.apache.org/javadocs/x.y.z/full/org/apache/tinkerpop/gremlin/process/traversal/dsl/graph/GraphTraversal.html#read()++[`read()`]
34293429
34303430
[[repeat-step]]
34313431
=== Repeat Step
@@ -3525,7 +3525,7 @@ an adjacent vertex's properties or edges.
35253525
35263526
link:++https://tinkerpop.apache.org/javadocs/x.y.z/core/org/apache/tinkerpop/gremlin/process/traversal/dsl/graph/GraphTraversal.html#repeat(org.apache.tinkerpop.gremlin.process.traversal.Traversal)++[`repeat(Traversal)`]
35273527
3528-
link:++https://tinkerpop.apache.org/docs/x.y.z/recipes/#looping[`Looping Recipes`]
3528+
link:++https://tinkerpop.apache.org/docs/x.y.z/recipes/#looping++[`Looping Recipes`]
35293529
35303530
[[sack-step]]
35313531
=== Sack Step
@@ -4579,7 +4579,7 @@ location. Please see the <<io-step,documentation>> for `io()`-step for more comp
45794579
45804580
*Additional References*
45814581
4582-
link:++https://tinkerpop.apache.org/javadocs/x.y.z/full/org/apache/tinkerpop/gremlin/process/traversal/dsl/graph/GraphTraversal.html#write--[`write()`]
4582+
link:++https://tinkerpop.apache.org/javadocs/x.y.z/full/org/apache/tinkerpop/gremlin/process/traversal/dsl/graph/GraphTraversal.html#write()++[`write()`]
45834583
45844584
[[a-note-on-predicates]]
45854585
== A Note on Predicates

0 commit comments

Comments
 (0)