Merge branch 'tp31' into tp32
Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/beb9a84c Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/beb9a84c Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/beb9a84c Branch: refs/heads/TINKERPOP-1489 Commit: beb9a84c58ce1d07dd95cfd57fe27f8b95b80cc4 Parents: c8cc0e5 8460854 Author: Robert Dale <[email protected]> Authored: Tue Jul 4 08:45:35 2017 -0400 Committer: Robert Dale <[email protected]> Committed: Tue Jul 4 08:45:35 2017 -0400 ---------------------------------------------------------------------- docs/src/reference/gremlin-applications.asciidoc | 8 ++++---- docs/src/reference/intro.asciidoc | 2 +- .../groovy/plugin/UtilitiesGremlinPluginScript.groovy | 4 ++-- 3 files changed, 7 insertions(+), 7 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/beb9a84c/docs/src/reference/gremlin-applications.asciidoc ---------------------------------------------------------------------- diff --cc docs/src/reference/gremlin-applications.asciidoc index 0d93194,af9ae48..a936d3a --- a/docs/src/reference/gremlin-applications.asciidoc +++ b/docs/src/reference/gremlin-applications.asciidoc @@@ -102,9 -102,9 +102,9 @@@ more information on the `:plugin use` c These plugins can only be deactivated. The Gremlin Console is loaded and ready for commands. Recall that the console hosts the Gremlin-Groovy language. - Please review link:http://groovy.codehaus.org/[Groovy] for help on Groovy-related constructs. In short, Groovy is a + Please review link:http://www.groovy-lang.org/[Groovy] for help on Groovy-related constructs. In short, Groovy is a superset of Java. What works in Java, works in Groovy. However, Groovy provides many shorthands to make it easier -to interact with the Java API. Moreoever, Gremlin provides many neat shorthands to make it easier to express paths +to interact with the Java API. Moreover, Gremlin provides many neat shorthands to make it easier to express paths through a property graph. [gremlin-groovy] http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/beb9a84c/docs/src/reference/intro.asciidoc ----------------------------------------------------------------------
