Skip to content

Commit 66b7cc7

Browse files
Update links to the Browser docs (#2556)
Co-authored-by: Jessica Wright <[email protected]>
1 parent 447104c commit 66b7cc7

File tree

7 files changed

+9
-10
lines changed

7 files changed

+9
-10
lines changed

modules/ROOT/pages/configuration/neo4j-conf.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ The _neo4j.conf_ file is the main source of configuration settings in Neo4j and
66
The location of the _neo4j.conf_ file in the different configurations of Neo4j is listed in xref:configuration/file-locations.adoc[Default file locations].
77

88
Most of the configuration settings in the _neo4j.conf_ file apply directly to Neo4j itself, but there are also other settings related to the Java Runtime (the JVM) on which Neo4j runs.
9-
For more information, see the xref:configuration/neo4j-conf.adoc#neo4j-conf-JVM[JVM specific configuration settings].
9+
For more information, see the <<#neo4j-conf-JVM, JVM specific configuration settings>>.
1010
Many of the configuration settings are also used by `neo4j` launcher scripts.
1111

1212

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)] label:new
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
@@ -1044,7 +1044,7 @@ Every graph app should follow a convention for passing metadata with the queries
10441044
This is typically done programmatically but can also be used with the Neo4j dev tools. +
10451045
In general, you start a transaction on a user database and attach a list of metadata to it by calling `tx.setMetaData`.
10461046
You can also use the procedure xref:procedures.adoc#procedure_tx_getMetaData[`CALL tx.getMetaData()`] to show the metadata of the current transaction.
1047-
These examples use the MovieGraph dataset from the link:https://neo4j.com/docs/browser-manual/current/visual-tour/#guides[Neo4j Browser guide].
1047+
These examples use the Movie Graph dataset from the pre-installed Neo4j Browser guide.
10481048

10491049
.Using `cypher-shell`, attach metadata to a transaction
10501050
====

modules/ROOT/pages/procedures.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1252,7 +1252,7 @@ The types are still enforced as `LIST<INTEGER | FLOAT>`.
12521252
.2+| *Return arguments* | *Name* | *Type* | *Description*
12531253
| `node` | `NODE` | The node on which the vector property was set.
12541254
| *Mode* 3+| WRITE
1255-
| *Replaced by* 3+| xref:procedures.adoc#procedure_db_create_setNodeVectorProperty[`db.create.setNodeVectorProperty()`] and xref:procedures.adoc#procedure_db_create_setRelationshipVectorProperty[`db.create.setRelationshipVectorProperty()`]
1255+
| *Replaced by* 3+| <<#procedure_db_create_setNodeVectorProperty, `db.create.setNodeVectorProperty()`>> and <<#procedure_db_create_setRelationshipVectorProperty, `db.create.setRelationshipVectorProperty()`>>
12561256
|===
12571257

12581258
.Known issue
@@ -1962,7 +1962,7 @@ Replaced by: xref:procedures.adoc#procedure_db_cdc_query[`db.cdc.query()`]
19621962
| xref:procedures.adoc#procedure_db_create_setVectorProperty[`db.create.setVectorProperty()`]
19631963
| label:yes[]
19641964
| label:yes[]
1965-
| label:new[Introduced in 5.11] label:beta[] label:deprecated[Deprecated in 5.13] Replaced by: xref:procedures.adoc#procedure_db_create_setNodeVectorProperty[`db.create.setNodeVectorProperty()`]
1965+
| label:new[Introduced in 5.11] label:beta[] label:deprecated[Deprecated in 5.13] Replaced by: <<#procedure_db_create_setNodeVectorProperty, `db.create.setNodeVectorProperty()`>>
19661966
19671967
// New in 4.2
19681968
// com.neo4j.causaulclustering.discovery.procedures.ReadReplicaToggleProcedure

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/tools/cypher-shell.adoc

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

490490
.Use fine-grained transaction control
491491
====
492-
The example uses the dataset from the built-in Neo4j Browser guide, called MovieGraph.
493-
For more information, see the link:https://neo4j.com/docs/browser-manual/current/visual-tour/#guides[Neo4j Browser documentation].
492+
The example uses a dataset called the Movie Graph, available in the built-in Neo4j Browser guide.
494493
495494
. Run a query that shows there is only one person in the database, who is born in 1964.
496495
+

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +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.
32-
See the link:https://neo4j.com/docs/browser-manual/current/visual-tour/#guides[Neo4j Browser documentation].
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.
32+
3333
====
3434

3535
The Northwind graph model consists of the following data:

0 commit comments

Comments
 (0)