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 2019/09/03 17:48:27 UTC

[tinkerpop] branch master updated: Fixed bad links/headers in reference docs CTR

This is an automated email from the ASF dual-hosted git repository.

spmallette pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git


The following commit(s) were added to refs/heads/master by this push:
     new 37a7214  Fixed bad links/headers in reference docs CTR
     new cb6aeaf  Merge branch 'tp34'
37a7214 is described below

commit 37a7214362f00f3e2796315f7522119a3a1bbe8d
Author: Stephen Mallette <sp...@genoprime.com>
AuthorDate: Tue Sep 3 13:47:55 2019 -0400

    Fixed bad links/headers in reference docs CTR
---
 docs/src/reference/gremlin-variants.asciidoc | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/docs/src/reference/gremlin-variants.asciidoc b/docs/src/reference/gremlin-variants.asciidoc
index e3581fc..a9db173 100644
--- a/docs/src/reference/gremlin-variants.asciidoc
+++ b/docs/src/reference/gremlin-variants.asciidoc
@@ -600,7 +600,7 @@ compile group: 'org.apache.tinkerpop', name: 'gremlin-core', version: '3.3.4'
 compile group: 'org.apache.tinkerpop', name: 'gremlin-driver', version: '3.3.4'
 ---- 
 
-[[gremlin-groovy-differences]
+[[gremlin-groovy-differences]]
 === Differences
 
 In Groovy, `as`, `in`, and `not` are reserved words. Gremlin-Groovy does not allow these steps to be called
@@ -954,7 +954,7 @@ g.V().both()[1].toList()
 g.V().both().name.toList()
 ----
 
-[[gremlin-python-differences]
+[[gremlin-python-differences]]
 === Differences
 
 In situations where Python reserved words and global functions overlap with standard Gremlin steps and tokens, those
@@ -1319,7 +1319,7 @@ g.person('marko').aged(29).values('name').toList().
   then(names => console.log(names));
 ----
 
-[[gremlin-javascript-differences]
+[[gremlin-javascript-differences]]
 === Differences
 
 In situations where Javascript reserved words and global functions overlap with standard Gremlin steps and tokens, those