From 06042f1e509a795b2b285ac7306b4f5fa9a6947b Mon Sep 17 00:00:00 2001 From: Natalia Ivakina <82437520+NataliaIvakina@users.noreply.github.com> Date: Tue, 10 Feb 2026 10:25:17 +0100 Subject: [PATCH] DOCCORE-154 Fix links to the Cypher docs (#2862) --- modules/ROOT/pages/procedures.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/ROOT/pages/procedures.adoc b/modules/ROOT/pages/procedures.adoc index fe66bf107..8298862c6 100644 --- a/modules/ROOT/pages/procedures.adoc +++ b/modules/ROOT/pages/procedures.adoc @@ -1352,7 +1352,7 @@ The similarity score is a value between [0, 1]; where 0 indicates least similar, [NOTE] ==== As of Neo4j 2026.01, the preferred way of querying vector indexes is by using the more powerful Cypher `SEARCH` clause. -For more information, see link:{neo4j-docs-base-uri}/cypher-manual/current/clauses/search.adoc[Cypher Manual -> SEARCH]. +For more information, see link:{neo4j-docs-base-uri}/cypher-manual/current/clauses/search/[Cypher Manual -> SEARCH]. ==== [[procedure_db_index_vector_queryRelationships]] @@ -1380,7 +1380,7 @@ The similarity score is a value between [0, 1]; where 0 indicates least similar, [NOTE] ==== As of Neo4j 2026.01, the preferred way of querying vector indexes is by using the more powerful Cypher `SEARCH` clause. -For more information, see link:{neo4j-docs-base-uri}/cypher-manual/current/clauses/search.adoc[Cypher Manual -> SEARCH]. +For more information, see link:{neo4j-docs-base-uri}/cypher-manual/current/clauses/search/[Cypher Manual -> SEARCH]. ==== == Index management