diff --git a/doc/modules/ROOT/pages/management-ops/projections/graph-project-cypher-legacy.adoc b/doc/modules/ROOT/pages/management-ops/projections/graph-project-cypher-legacy.adoc index ea9adac4e8..a89a7c234d 100644 --- a/doc/modules/ROOT/pages/management-ops/projections/graph-project-cypher-legacy.adoc +++ b/doc/modules/ROOT/pages/management-ops/projections/graph-project-cypher-legacy.adoc @@ -10,7 +10,7 @@ The replacement is to use the new Cypher projection, which is described in xref: A migration guide is available at xref:migration-lcp-to-cpv2/index.adoc[Appendix C, Migration from Legacy to new Cypher projection]. -- -Legacy Cypher projections are a more flexible and expressive approach compared to xref:management-ops/graph-creation/graph-project.adoc[native projections]. +Legacy Cypher projections are a more flexible and expressive approach compared to xref:management-ops/projections/graph-project.adoc[native projections]. A Legacy Cypher projection uses Cypher to create (_project_) an in-memory graph from the Neo4j database. diff --git a/doc/modules/ROOT/pages/management-ops/projections/graph-project-cypher-projection.adoc b/doc/modules/ROOT/pages/management-ops/projections/graph-project-cypher-projection.adoc index 810ab10887..d4160a5883 100644 --- a/doc/modules/ROOT/pages/management-ops/projections/graph-project-cypher-projection.adoc +++ b/doc/modules/ROOT/pages/management-ops/projections/graph-project-cypher-projection.adoc @@ -4,7 +4,7 @@ :page-aliases: management-ops/projections/graph-project-cypher-aggregation -Cypher projections are a more flexible and expressive approach compared to xref:management-ops/graph-creation/graph-project.adoc[native projections]. +Cypher projections are a more flexible and expressive approach compared to xref:management-ops/projections/graph-project.adoc[native projections]. A Cypher projection uses Cypher to create (_project_) an in-memory graph from the Neo4j database.