Skip to content

Commit e4377d7

Browse files
authored
Update tinkerpop reference 3.3.4 --> 3.4.13
Assuming the docs want the latest 3.x release.
1 parent c65d173 commit e4377d7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/cosmos-db/local-emulator.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -286,14 +286,14 @@ Start emulator from an administrator [command prompt](emulator-command-line-para
286286

287287
Start emulator from an administrator [command prompt](emulator-command-line-parameters.md)with "/EnableGremlinEndpoint". Alternatively you can also set the environment variable `AZURE_COSMOS_EMULATOR_GREMLIN_ENDPOINT=true`
288288

289-
1. [Install apache-tinkerpop-gremlin-console-3.3.4](https://archive.apache.org/dist/tinkerpop/3.3.4).
289+
1. [Install apache-tinkerpop-gremlin-console-3.4.13](https://archive.apache.org/dist/tinkerpop/3.4.13/).
290290

291291
1. From the emulator's data explorer create a database "db1" and a collection "coll1"; for the partition key, choose "/name"
292292

293293
1. Run the following commands in a regular command prompt window:
294294

295295
```bash
296-
cd /d C:\sdk\apache-tinkerpop-gremlin-console-3.3.4-bin\apache-tinkerpop-gremlin-console-3.3.4
296+
cd /d C:\sdk\apache-tinkerpop-gremlin-console-3.4.13-bin\apache-tinkerpop-gremlin-console-3.4.13
297297

298298
copy /y conf\remote.yaml conf\remote-localcompute.yaml
299299
notepad.exe conf\remote-localcompute.yaml

0 commit comments

Comments
 (0)