Skip to content

Commit fc023a6

Browse files
fix links
1 parent 5e285b4 commit fc023a6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

modules/ROOT/pages/queries/select-version.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ If so, Neo4j will use Cypher as it existed at the time of the Neo4j 5.26 long-te
1919
[NOTE]
2020
Databases migrating to Neo4j 2025.03+ from earlier versions will continue to use Cypher 5 as their default language.
2121
To change the default language on such databases, see xref:queries/select-version.adoc#alter-default-cypher-version[Alter the default Cypher version for a database].
22-
See also xref:queries/select-version.adoc#config-database-upgrades[Cypher versions, configuration settings, and system upgrades] for information about what default Cypher version is used when upgrading a database.
22+
See also xref:queries/select-version.adoc#config-database-upgrades[Cypher versions, configuration settings, and system upgrades] for information about what default Cypher version is used when upgrading a system.
2323

2424

2525
For information about updates to Cypher in different Neo4j versions, see xref:deprecations-additions-removals-compatibility.adoc[].
@@ -218,10 +218,10 @@ SHOW DATABASES YIELD name, defaultLanguage
218218
[[config-database-upgrades]]
219219
== Cypher versions, configuration settings, and system upgrades
220220

221-
Changing the Cypher version of a database can also be done with the setting link:{neo4j-docs-base-uri}/operations-manual/{page-version}/configuration/configuration-settings/#config_db.query.default_language[`config_db.query.default_language`].
221+
Changing the Cypher version of a database can also be done with the setting link:{neo4j-docs-base-uri}/operations-manual/current/configuration/configuration-settings/#config_db.query.default_language[`config_db.query.default_language`].
222222
This setting determines the default language for new databases where it has not been specified as part of a `CREATE` or `ALTER` database command.
223223
For example, `config_db.query.default_language=CYPHER_25` will set Cypher 25 as the default language for a system.
224-
For more information about using configuration settings, see the link:{neo4j-docs-base-uri}/operations-manual/{page-version}/configuration/[Operations Manual -> Configuration].
224+
For more information about using configuration settings, see the link:{neo4j-docs-base-uri}/operations-manual/current/configuration/[Operations Manual -> Configuration].
225225

226226
The table below outlines which Cypher version is assigned to databases in different upgrade or installation scenarios:
227227

0 commit comments

Comments
 (0)