Skip to content

Commit

Permalink
Remove more usage of graph. #259 #115
Browse files Browse the repository at this point in the history
  • Loading branch information
krlawrence committed Oct 9, 2023
1 parent 9b5a288 commit 0c03a79
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions book/Section-Getting-Started.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -655,15 +655,15 @@ NOTE: Setting the ID manager as shown above is important. If you do not do this,
default, when using TinkerGraph, ID values will have to be specified as strings such
as '"3"' rather than just the numeral '3'.

If you download the `load-air-routes-graph.groovy` file, once the console is up and
If you download the `load-air-routes-graph34.groovy` file, once the console is up and
running you can load that file by entering the command below. Doing this will save
you a fair bit of time as each time you restart the console you can just reload your
configuration file and the environment will be configured and the graph loaded and
you can get straight to writing queries.

[source,groovy]
----
:load load-air-routes-graph.groovy
:load load-air-routes-graph34.groovy
----

TIP: As a best practice you should use the full path to the location where the
Expand Down

0 comments on commit 0c03a79

Please sign in to comment.