Skip to content

Commit 505456c

Browse files
Fix broken links (#1352)
1 parent 0b182e3 commit 505456c

File tree

4 files changed

+7
-8
lines changed

4 files changed

+7
-8
lines changed

modules/ROOT/pages/deprecations-additions-removals-compatibility.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -397,7 +397,7 @@ a| Set the default Cypher version for a remote database alias when creating it.
397397
The available versions are `CYPHER 5` and `CYPHER 25`.
398398
Local database aliases and database aliases in composite databases cannot be assigned a default Cypher version.
399399
Local database aliases always have the Cypher version of their target database and database aliases in composite databases always have the Cypher version of the composite database they belong to.
400-
For more information, see the link:{neo4j-docs-base-uri}/operations-manual/current/database-administration/aliases/manage-aliases-standard-databases/#_set_a_default_cypher_version_for_remote_database_aliases[Operations Manual -> Set a default Cypher version for remote database aliases].
400+
For more information, see the link:{neo4j-docs-base-uri}/operations-manual/current/database-administration/aliases/manage-aliases-standard-databases/#set-default-language-for-remote-database-aliases[Operations Manual -> Set a default Cypher version for remote database aliases].
401401

402402
a|
403403
label:functionality[]

modules/ROOT/pages/introduction/cypher-aura.adoc

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,5 @@ For more information, see the link:{neo4j-docs-base-uri}/operations-manual/curre
4242

4343
Each different tier of Aura has a customized version of the Cypher Cheat Sheet which only shows the features of Cypher available for the chosen tier.
4444

45-
The Cypher Cheat Sheet can be accessed link:{neo4j-docs-base-uri}/cypher-cheat-sheet/current/auradb-enterprise/[here].
46-
You can select your desired Aura tier and Neo4j version by using the dropdown menus provided.
47-
Note that the default tier is AuraDB Virtual Dedicated Cloud.
45+
The Cypher Cheat Sheet can be accessed link:{neo4j-docs-base-uri}/cypher-cheat-sheet/25/all[here].
46+
You can select your desired Aura tier and Cypher version by using the dropdown menus provided.

modules/ROOT/pages/introduction/index.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@ For information about new features added to Cypher 25, see xref:deprecations-add
1919

2020
The Cypher Manual aims to be as instructive as possible to readers from a variety of backgrounds and professions, such as developers, administrators, and academic researchers.
2121

22-
If you are new to Cypher and Neo4j, you can visit the link:{neo4j-docs-base-uri}/getting-started/current/cypher-intro/[Getting Started Guide -> Introduction to Cypher] chapter.
22+
If you are new to Cypher and Neo4j, you can visit the link:{neo4j-docs-base-uri}/getting-started/cypher/[Getting Started Guide -> Cypher] chapter.
2323
Additionally, https://graphacademy.neo4j.com/[Neo4j GraphAcademy] has a variety of free courses tailored for all levels of experience.
2424

25-
For a reference of all available Cypher features, see the link:{neo4j-docs-base-uri}/cypher-cheat-sheet/current/[Cypher Cheat Sheet].
25+
For a reference of all available Cypher features, see the link:{neo4j-docs-base-uri}/cypher-cheat-sheet/25/all/[Cypher Cheat Sheet].
2626

27-
For a downloadable PDF version of the Cypher Manual, visit the link:{neo4j-docs-base-uri}/resources/docs-archive/#_cypher_query_language[Neo4j documentation archive].
27+
For a downloadable PDF version of the Cypher Manual, visit the link:{neo4j-docs-base-uri}/docs-archive/#_cypher_query_language[Neo4j documentation archive].
2828

2929
This introduction will cover the following topics:
3030

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Although Cypher 5 queries are currently supported on Neo4j 2025.06+ databases, t
3434
== Select the default Cypher version for a database
3535

3636
Databases created on, or migrated to, Neo4j 2025.06 or later will continue to have Cypher 5 as their default language (unless link:{neo4j-docs-base-uri}/operations-manual/current/configuration/configuration-settings/#config_db.query.default_language[`db.query.default_language`] is set to `CYPHER_25`).
37-
This is true for link:{neo4j-docs-base-uri}/operations-manual/current/database-administration/#manage-database-systems[system, standard, and composite] Neo4j databases.
37+
This is true for link:{neo4j-docs-base-uri}/operations-manual/current/database-administration/[system, standard, and composite] Neo4j databases.
3838
However, it is possible to set a different default language on both new and existing system, standard, and composite databases.
3939

4040
To select a default Cypher version when creating a database, add `DEFAULT LANGUAGE <language version>` to the link:{neo4j-docs-base-uri}/operations-manual/current/database-administration/standard-databases/create-databases/[`CREATE DATABASE`] statement.

0 commit comments

Comments
 (0)