diff --git a/antora.yml b/antora.yml index 13c97d1..6450431 100644 --- a/antora.yml +++ b/antora.yml @@ -1,6 +1,6 @@ name: http-api title: HTTP API -version: '2025.03' +version: '2025.04' start_page: ROOT:index.adoc nav: - modules/ROOT/content-nav.adoc diff --git a/modules/ROOT/pages/transactions.adoc b/modules/ROOT/pages/transactions.adoc index 7af22b0..2864863 100644 --- a/modules/ROOT/pages/transactions.adoc +++ b/modules/ROOT/pages/transactions.adoc @@ -5,7 +5,7 @@ As Neo4j is <> compliant, queries within a <> will either be [NOTE] -- -Cypher queries with link:{neo4j-docs-base-uri}/cypher-manual/current/clauses/call-subquery/#subquery-call-in-transactions[`CALL {} IN TRANSACTIONS`] can not be executed in explicit transactions. +Cypher queries with link:https://neo4j.com/docs/cypher-manual/current/subqueries/subqueries-in-transactions/[`CALL {} IN TRANSACTIONS`] can not be executed in explicit transactions. Submit those queries with xref:query.adoc[implicit transactions] instead. -- diff --git a/publish.yml b/publish.yml index 5a11d11..b606879 100644 --- a/publish.yml +++ b/publish.yml @@ -43,7 +43,7 @@ asciidoc: includePDF: false nonhtmloutput: "" experimental: '' - copyright: 2024 + copyright: 2025 common-license-page-uri: https://neo4j.com/docs/license/ partials: ROOT:partial$@ # attributes for doc links to other manuals in publish playbook