This is an automated email from the ASF dual-hosted git repository.
colegreer 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 7824c4e764 CTR minor docs fixes
7824c4e764 is described below
commit 7824c4e7641f56f5ce9794420982781e88c81c47
Author: Cole-Greer <[email protected]>
AuthorDate: Wed Jan 15 12:35:05 2025 -0800
CTR minor docs fixes
---
docs/src/tutorials/the-gremlin-console/index.asciidoc | 2 +-
docs/src/upgrade/release-4.x.x.asciidoc | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/docs/src/tutorials/the-gremlin-console/index.asciidoc
b/docs/src/tutorials/the-gremlin-console/index.asciidoc
index 14726e25d7..68c9385114 100644
--- a/docs/src/tutorials/the-gremlin-console/index.asciidoc
+++ b/docs/src/tutorials/the-gremlin-console/index.asciidoc
@@ -160,7 +160,7 @@ addition to the ones provided by TinkerPop. You can also
request help on a speci
[gremlin-groovy]
----
-:help :remote
+:help :plugin
----
The Gremlin Console can also provide you with code help via auto-complete
functionality. Use the `<TAB>` key to
diff --git a/docs/src/upgrade/release-4.x.x.asciidoc
b/docs/src/upgrade/release-4.x.x.asciidoc
index b35bd3be96..86846f516d 100644
--- a/docs/src/upgrade/release-4.x.x.asciidoc
+++ b/docs/src/upgrade/release-4.x.x.asciidoc
@@ -128,7 +128,7 @@ remains possible to send scripts directly using a
`gremlin-driver` `Client`.
[gremlin-groovy]
----
-cluster = Cluster.open('conf/remote-objects.yaml')
+cluster = Cluster.open('conf/remote.yaml')
client = cluster.connect()
client.submit("g.V()")