Skip to content

Commit 90349ae

Browse files
Update links to the Browser docs
1 parent 5b4c8d7 commit 90349ae

File tree

5 files changed

+6
-5
lines changed

5 files changed

+6
-5
lines changed

modules/ROOT/pages/cypher-shell.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -485,7 +485,7 @@ Both explicit and implicit transactions run from Cypher Shell will have default
485485
.Use fine-grained transaction control
486486
====
487487
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-manual/current/visual-tour/#guides[Neo4j Browser documentation].
488+
For more information, see the link:https://neo4j.com/docs/browser/[Neo4j Browser documentation].
489489
490490
. Run a query that shows there is only one person in the database, who is born in 1964.
491491
+

modules/ROOT/pages/introduction.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ a| link:https://neo4j.com/docs/cdc/current/[Change Data Capture (CDC)]
130130
| {check-mark}
131131
| {check-mark}
132132

133-
| link:https://neo4j.com/docs/browser-manual/current/visual-tour/#editor[Neo4j Browser with syntax highlighting]
133+
| link:https://neo4j.com/docs/browser/visual-tour/#_cypher_editor/[Neo4j Browser with syntax highlighting]
134134
| {check-mark}
135135
| {check-mark}
136136

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-manual/current/visual-tour/#guides[Neo4j Browser guide].
1082+
These examples use the MovieGraph dataset from the link:https://neo4j.com/docs/browser/visual-tour/[Neo4j Browser guide].
10831083

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

modules/ROOT/pages/security/browser.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@ If the user issues a `:server disconnect` command then any existing session is t
2121

2222
[NOTE]
2323
====
24-
For more information on how to administer and use Neo4j Browser, see the link:https://neo4j.com/docs/browser-manual/current/operations/[Neo4j Browser manual -> Browser operations].
24+
For more information on how to administer and use Neo4j Browser, see the link:https://neo4j.com/docs/browser/operations/credentials-handling/[Neo4j Browser manual -> Browser operations].
2525
====

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@ The data includes customers, products, customer orders, warehouse stock, shippin
2929
[NOTE]
3030
====
3131
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.
32-
See the link:https://neo4j.com/docs/browser-manual/current/visual-tour/#guides[Neo4j Browser documentation].
32+
33+
See the link:https://neo4j.com/docs/browser/[Neo4j Browser documentation].
3334
====
3435

3536
The Northwind graph model consists of the following data:

0 commit comments

Comments
 (0)