From dca3a7d8c9c6646a73b6bba6f461d20d308144a6 Mon Sep 17 00:00:00 2001 From: Natalia Ivakina <82437520+NataliaIvakina@users.noreply.github.com> Date: Thu, 13 Nov 2025 15:15:48 +0100 Subject: [PATCH] Fix the link --- modules/ROOT/pages/extending-neo4j/index.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ROOT/pages/extending-neo4j/index.adoc b/modules/ROOT/pages/extending-neo4j/index.adoc index 4f110b9..380151f 100644 --- a/modules/ROOT/pages/extending-neo4j/index.adoc +++ b/modules/ROOT/pages/extending-neo4j/index.adoc @@ -17,7 +17,7 @@ Neo4j provides the following methods to extend the standard functionality: ==== The HTTP API is deprecated since Neo4j 5.26. Instead, the Query API is introduced. -For details, refer to the link:neo4j-docs-base-uri/query-api/current[Query API documentation]. +For details, refer to the link:{neo4j-docs-base-uri}/query-api/current[Query API documentation]. ==== Writing extensions requires the user to be familiar with Java or other JVM programming languages, and to have an environment set up for compiling such code.