Skip to content

Commit d04e453

Browse files
authored
5.x broken links2 (neo4j#2430)
1 parent c11ed92 commit d04e453

File tree

9 files changed

+54
-54
lines changed

9 files changed

+54
-54
lines changed

modules/ROOT/pages/clustering/setup/discovery.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -725,4 +725,4 @@ It should reach 0 relatively fast again.
725725
You can also use the following metrics to monitor the discovery service:
726726

727727
* xref:monitoring/metrics/reference.adoc#discovery-service-V1[Discovery metrics v1]
728-
* xref:monitoring/metrics/reference.adoc#metrics-discovery-v2[Discovery metrics v2]
728+
* xref:monitoring/metrics/reference.adoc#discovery-service-V2[Discovery metrics v2]

modules/ROOT/pages/database-administration/standard-databases/errors.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ The result contains the user, the time, and the reason for the quarantine.
210210

211211
[NOTE]
212212
====
213-
The `dbms.quarantineDatabase` procedure replaces xref:procedures.adoc#procedure_dbms_cluster_quarantinedatabase[`dbms.cluster.quarantineDatabase`], which has been deprecated in Neo4j 4.3 and will be removed with the next major version.
213+
The `dbms.quarantineDatabase` procedure replaces link:{neo4j-docs-base-uri}/operations-manual/4.4/reference/procedures/#procedure_dbms_cluster_quarantinedatabase[`dbms.cluster.quarantineDatabase()`], which has been deprecated in Neo4j 4.3 and will be removed with the next major version.
214214
====
215215

216216
.Quarantine a database

modules/ROOT/pages/database-internals/store-formats.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ For information on store formats in Neo4j 4.4, see link:https://neo4j.com/docs/o
2323
Here’s an overview of the available formats and their features:
2424

2525
Block:: label:enterprise-edition[] label:version-number[GA in Neo4j 5.16] +
26-
* Default format from Neo4j 5.22 for new databases (unless xref:configuration/configuration-settings.adoc##config_db.format[`db.format`] is specified).
26+
* Default format from Neo4j 5.22 for new databases (unless xref:configuration/configuration-settings.adoc#config_db.format[`db.format`] is specified).
2727
* *Performance:* Fast queries; uses advanced data structures and inlining techniques for better data locality.
2828
* *Memory efficiency:* Optimized collocation of data, which allows more related data to be fetched by fewer read operations; enhancing resource utilization.
2929
Block format means a few pages need to be loaded to serve a query, i.e. fewer page faults and less IO.

modules/ROOT/pages/installation/osx.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Before you install Neo4j on macOS, check xref:installation/requirements.adoc[Sys
88
[[osx-console]]
99
== Unix console application
1010

11-
. If it is not already installed, get link:https://openjdk.java.net/[OpenJDK 17] or link:https://www.azul.com/downloads/?package=jdk#zulul[ZuluJDK 17].
11+
. If it is not already installed, get link:https://openjdk.java.net/[OpenJDK 17] or link:https://www.azul.com/downloads/[ZuluJDK 17].
1212
From version 5.14 onwards, Neo4j also supports JDK 21.
1313
. Download the latest release from {neo4j-download-center-uri}[Neo4j Deployment Center].
1414
+

modules/ROOT/pages/procedures.adoc

Lines changed: 46 additions & 46 deletions
Large diffs are not rendered by default.

modules/ROOT/pages/tools/neo4j-admin/index.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
Both are installed as part of the product and can be executed with a number of commands.
1111
The `neo4j` commands are equivalent to the most important commands in the `neo4j-admin` server category.
1212

13-
Both `neo4j-admin` and `neo4j` commands support the <<help_command, `--help`>> option, which prints the command's usage and options, and the <<version_command, `--version`>> option, which prints the version of the command.
13+
Both `neo4j-admin` and `neo4j` commands support the <<help-command, `--help`>> option, which prints the command's usage and options, and the <<version-command, `--version`>> option, which prints the version of the command.
1414
All admin command options can also be provided in a file and passed to the command using the `@` prefix.
1515
This is useful when the command line becomes too long to manage.
1616
For example, `neo4j-admin database import full @/path/to/your/<args-filename> mydb`.

modules/ROOT/pages/tools/neo4j-admin/neo4j-admin-import.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -625,7 +625,7 @@ The importer works well on standalone servers.
625625
626626
In clustering environments with multiple copies of the database, the updated database must be used as a source to reseed the rest of the database copies.
627627
You can use the procedure xref:procedures.adoc#procedure_dbms_cluster_recreateDatabase[`dbms.cluster.recreateDatabase()`].
628-
For details, see xref:clustering/databases.adoc#recreate-databases[Recreate databases].
628+
For details, see xref:database-administration/standard-databases/recreate-database.adoc[Recreate a database].
629629
630630
Starting the clustered database after an incremental import without reseeding or performing the incremental import on a single server while the database remains online on other clustered members may result in unpredictable consequences, including data inconsistency between cluster members.
631631
====

modules/ROOT/pages/tutorial/neo4j-admin-import.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ bin/neo4j stop
163163

164164
== CSV file delimiters
165165

166-
You can customize the configuration options that the import tool uses (see xref:tools/neo4j-admin/neo4j-admin-import.adoc#import-tool-options[Options]) if your data does not fit the default format.
166+
You can customize the configuration options that the import tool uses (see xref:tools/neo4j-admin/neo4j-admin-import.adoc#_options[Options]) if your data does not fit the default format.
167167

168168
The details of a CSV file header format can be found at xref:tools/neo4j-admin/neo4j-admin-import.adoc#import-tool-header-format[CSV header format].
169169

modules/ROOT/pages/tutorial/tutorial-sso-configuration.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ The following examples show how to configure Microsoft Entra ID for authenticati
201201
. Click *New registration*.
202202
. Type a name for your application, for example, `Neo4j SSO`.
203203
. Under *Select the supported account types*, select `Accounts in this organizational directory only (Default Directory only - Single tenant)`.
204-
. Under *Redirect URI*, select `Single-page application (SPA)` and enter the redirect URI: `http://localhost:7474/browser/?idp_id=azure&auth_flow_step=redirect_uri`
204+
. Under *Redirect URI*, select `Single-page application (SPA)` and enter the redirect URI: _\http://localhost:7474/browser/?idp_id=azure&auth_flow_step=redirect_uri_
205205
The redirect URI will accept the returned token responses after successful authentication.
206206
. Click *Register*.
207207

0 commit comments

Comments
 (0)