Minor tutorial fix
Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/28ab372b Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/28ab372b Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/28ab372b Branch: refs/heads/TINKERPOP-1489 Commit: 28ab372bc49194866d6899a92744159d10843400 Parents: 8460854 Author: Mihails Volkovs <[email protected]> Authored: Tue Jul 4 17:37:09 2017 +0300 Committer: Mihails Volkovs <[email protected]> Committed: Wed Jul 5 14:28:06 2017 +0300 ---------------------------------------------------------------------- docs/src/tutorials/getting-started/index.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/28ab372b/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 7af5364..f5d9f86 100644 --- a/docs/src/tutorials/getting-started/index.asciidoc +++ b/docs/src/tutorials/getting-started/index.asciidoc @@ -535,7 +535,7 @@ containing a Gremlin script to be processed with results returned. $ curl -L -O https://www.apache.org/dist/tinkerpop/x.y.z/apache-tinkerpop-gremlin-server-x.y.z-bin.zip $ unzip apache-tinkerpop-gremlin-server-x.y.z-bin.zip $ cd apache-tinkerpop-gremlin-server-x.y.z -$ bin/gremlin-server.sh conf/gremlin-server-modern.yaml +$ bin/gremlin-server.sh conf/gremlin-server-rest-modern.yaml [INFO] GremlinServer - \,,,/ (o o)
