Skip to content

Commit a642d95

Browse files
Remove links to the Browser docs because built-in guides are not covered there
Co-authored-by: Jessica Wright <[email protected]>
1 parent f3a9ae7 commit a642d95

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

modules/ROOT/pages/cypher-shell.adoc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -484,8 +484,7 @@ Both explicit and implicit transactions run from Cypher Shell will have default
484484

485485
.Use fine-grained transaction control
486486
====
487-
The example uses the dataset from the built-in Neo4j Browser guide, called MovieGraph.
488-
For more information, see the link:https://neo4j.com/docs/browser/[Neo4j Browser documentation].
487+
The example uses the dataset from the built-in Neo4j Browser guide, called Movie Graph.
489488
490489
. Run a query that shows there is only one person in the database, who is born in 1964.
491490
+

modules/ROOT/pages/monitoring/logging.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1079,7 +1079,7 @@ Every graph app should follow a convention for passing metadata with the queries
10791079
This is typically done programmatically but can also be used with the Neo4j dev tools. +
10801080
In general, you start a transaction on a user database and attach a list of metadata to it by calling `tx.setMetaData`.
10811081
You can also use the procedure xref:procedures.adoc#procedure_tx_getMetaData[`CALL tx.getMetaData()`] to show the metadata of the current transaction.
1082-
These examples use the MovieGraph dataset from the link:https://neo4j.com/docs/browser/visual-tour/[Neo4j Browser guide].
1082+
These examples use the Movie Graph dataset from the pre-installed Neo4j Browser guide.
10831083

10841084
.Using `cypher-shell`, attach metadata to a transaction
10851085
====

modules/ROOT/pages/tutorial/tutorial-composite-database.adoc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,8 @@ The data includes customers, products, customer orders, warehouse stock, shippin
2828

2929
[NOTE]
3030
====
31-
For more information on how Northwind (a relational dataset) is modeled into a graph, run `:guide northwind-graph` in Neo4j Browser to play the built-in guide Northwind Graph.
31+
For more information on how Northwind (a relational dataset) is modeled into a graph, run `:play northwind` in Neo4j Browser to play the built-in guide Northwind Graph.
3232
33-
See the link:https://neo4j.com/docs/browser/[Neo4j Browser documentation].
3433
====
3534

3635
The Northwind graph model consists of the following data:

0 commit comments

Comments
 (0)