Skip to content

Commit 05e0d83

Browse files
another batch
1 parent 0810a23 commit 05e0d83

File tree

9 files changed

+10
-10
lines changed

9 files changed

+10
-10
lines changed

modules/ROOT/pages/database-internals/concurrent-data-access.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,7 @@ Other code that requires synchronization should be synchronized in such a way th
322322

323323
=== Deadlock detection
324324

325-
For example, running the following two queries in https://neo4j.com/docs/operations-manual/current/tools/cypher-shell/[Cypher-shell] at the same time will result in a deadlock because they are attempting to modify the same node properties concurrently:
325+
For example, running the following two queries in https://neo4j.com/docs/operations-manual/current/cypher-shell/[Cypher-shell] at the same time will result in a deadlock because they are attempting to modify the same node properties concurrently:
326326

327327
.Transaction A
328328
====

modules/ROOT/pages/installation/neo4j-desktop.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ To install Neo4j Desktop, go to link:link:{neo4j-download-center-uri}[Neo4j Depl
1313

1414
[TIP]
1515
====
16-
For more information on how to use Neo4j Desktop and its capabilities, see the link:https://neo4j.com/docs/desktop-manual/current/[Neo4j Desktop documentation].
16+
For more information on how to use Neo4j Desktop and its capabilities, see the link:https://neo4j.com/docs/desktop/current/[Neo4j Desktop documentation].
1717
====

modules/ROOT/pages/installation/requirements.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ This section distinguishes between a personal/development installation and a ser
99
[TIP]
1010
====
1111
*Neo4j AuraDB* is a fully managed Neo4j database, hosted in the cloud and requires no installation.
12-
For more information, see the link:https://neo4j.com/product/auradb/[AuraDB product page] and link:https://neo4j.com/docs/aura/current/[AuraDB documentation].
12+
For more information, see the link:https://neo4j.com/product/auradb/[AuraDB product page] and link:https://neo4j.com/docs/aura/[AuraDB documentation].
1313
====
1414

1515

@@ -156,4 +156,4 @@ It is recommended to move to **Java SE 21**, which is supported in Neo4j 5.14 on
156156

157157
xref:installation/neo4j-desktop.adoc[Neo4j Desktop] is available for developers and personal users.
158158
Neo4j Desktop is bundled with a JVM.
159-
For more information on how to use Neo4j Desktop and its capabilities, see the link:https://neo4j.com/docs/desktop-manual/current/[Neo4j Desktop documentation].
159+
For more information on how to use Neo4j Desktop and its capabilities, see the link:https://neo4j.com/docs/desktop/current/[Neo4j Desktop documentation].

modules/ROOT/pages/introduction.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ a| APOC 450+ link:https://neo4j.com/docs/apoc/5/[Core Procedures and Functions]
266266
====
267267
By default, Neo4j Community Edition and Neo4j Enterprise Edition report a small amount of usage data.
268268
This helps Neo4j understand how its products are used and improve them.
269-
For more information about what data is collected, see link:https://neo4j.com/docs/usage-data/[Usage data report].
269+
For more information about what data is collected, see link:https://neo4j.com/docs/reference/usage-data/[Usage data report].
270270
====
271271

272272
[[versioning]]

modules/ROOT/pages/kubernetes/import-data.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ To import data from CSV files into Neo4j, use the command `neo4j-admin database
1717
* The xref:tools/neo4j-admin/neo4j-admin-import.adoc[`neo4j-admin database import`] command can be used to do batch imports of large amounts of data into a previously unused database and can only be performed once per database.
1818
* `LOAD CSV` Cypher statement can be used to import small to medium-sized CSV files into an existing database.
1919
`LOAD CSV` can be run as many times as needed and does not require an empty database.
20-
For a simple example, see link:https://neo4j.com/docs/getting-started/current/cypher-intro/load-csv[Getting Started Guide -> Import data].
20+
For a simple example, see link:https://neo4j.com/docs/getting-started/cypher-intro/load-csv/[Getting Started Guide -> Import data].
2121

2222
[NOTE]
2323
====

modules/ROOT/pages/kubernetes/operations/backup-restore.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -572,7 +572,7 @@ backup:
572572
tempDir: ""
573573
574574
#Below are all neo4j-admin database check flags / options
575-
#To know more about the flags read here : https://neo4j.com/docs/operations-manual/current/tools/neo4j-admin/consistency-checker/
575+
#To know more about the flags read here : https://neo4j.com/docs/operations-manual/current/backup-restore/consistency-checker/
576576
consistencyCheck:
577577
enable: false
578578
checkIndexes: true

modules/ROOT/pages/monitoring/metrics/essential.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Reading the xref:performance/index.adoc[] section is recommended to better under
1919

2020
Monitoring the hardware resources shows the strain on the server running Neo4j.
2121

22-
You can use utilities, such as the https://collectd.org/[collectd] daemon or `systemd` on Linux, to gather information about the system.
22+
You can use utilities, such as the https://www.collectd.org/[collectd] daemon or `systemd` on Linux, to gather information about the system.
2323
These metrics can help with capacity planning as your workload grows.
2424

2525
[options="header", cols="1,3a"]

modules/ROOT/pages/monitoring/metrics/expose.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Neo4j supports the following ways of exposing data for monitoring purposes:
1515
== Neo4j Ops Manager
1616

1717
The Neo4j metrics data can be viewed via Neo4j Ops Manager (NOM).
18-
For more information on how to install and set up NOM to be used with your Neo4j DBMS, see https://neo4j.com/docs/ops-manager/[Neo4j Ops Manager documentation].
18+
For more information on how to install and set up NOM to be used with your Neo4j DBMS, see https://neo4j.com/docs/ops-manager/current/[Neo4j Ops Manager documentation].
1919

2020
== CSV files
2121

modules/ROOT/pages/tools/neo4j-admin/upload-to-aura.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ Otherwise, the command aborts and throws an error.
139139

140140
[CAUTION]
141141
====
142-
This command does not currently support https://neo4j.com/docs/aura/platform/security/secure-connections/#_vpc_isolation[private linking].
142+
This command does not currently support https://neo4j.com/docs/aura/classic/platform/security/secure-connections/#_vpc_isolation[private linking].
143143
Please https://support.neo4j.com/s/[raise a support ticket] if you have public traffic disabled and need to use this command.
144144
====
145145

0 commit comments

Comments
 (0)