Skip to content

Commit 2c631f6

Browse files
committed
fix two links
1 parent cdf38c4 commit 2c631f6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

modules/ROOT/pages/database-administration/composite-databases/querying-composite-databases.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,7 @@ RETURN m
316316

317317
When a query is submitted to a Composite database, different parts of the query may run using different runtimes.
318318
Clauses or expressions in scopes where no graph has been specified run using the _slotted_ runtime.
319-
Parts of the query directed to different constituent graphs are run using the default runtime for that graph, or respect the submitted link:{neo4j-docs-base-uri}/cypher-manual/current/query-tuning/query-options/#cypher-runtime[Cypher query options] if specified.
319+
Parts of the query directed to different constituent graphs are run using the default runtime for that graph, or respect the submitted link:{neo4j-docs-base-uri}/cypher-manual/current/planning-and-tuning/query-tuning/#_query_options[Cypher query options] if specified.
320320

321321
[[composite-databases-queries-built-in-functions]]
322322
== Built-in graph functions

modules/ROOT/pages/database-administration/standard-databases/alter-databases.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ The `ALTER DATABASE` command can be used to set or remove specific options for a
117117
| txLogEnrichment
118118
| FULL\|DIFF\|OFF
119119
| Defines the level of enrichment applied to transaction logs for Change Data Capture (CDC) purposes.
120-
For details about enrichment mode, see link:{neo4j-docs-base-uri}/cdc/{page-version}/get-started/self-managed/#set-enrichment-mode/[Change Data Capture Manual -> Set the enrichment mode].
120+
For details about enrichment mode, see link:https://neo4j.com/docs/cdc/current/get-started/self-managed/#_modify_a_databases_cdc_mode[Change Data Capture Manual -> Modify a database’s CDC mode].
121121
|===
122122

123123
[NOTE]

0 commit comments

Comments
 (0)