Skip to content

Commit 5fcda9a

Browse files
Fix links to the Operations manual #1106 (#1108)
1 parent 29441c4 commit 5fcda9a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/ROOT/pages/deprecations-additions-removals-compatibility.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ label:deprecated[]
3333
----
3434
CREATE DATABASE db OPTIONS { existingDataSeedInstance: ... }
3535
----
36-
| The `CREATE DATABASE` option `existingDataSeedInstance` has been deprecated and replaced with the option link:{neo4j-docs-base-uri}/operations-manual/{page-version}/database-administration/standard-databases/create-database/#manage-databases-create-database-options[`existingDataSeedServer`]. The functionality is unchanged.
36+
| The `CREATE DATABASE` option `existingDataSeedInstance` has been deprecated and replaced with the option link:{neo4j-docs-base-uri}/operations-manual/{page-version}/database-administration/standard-databases/create-databases/#manage-databases-create-database-options[`existingDataSeedServer`]. The functionality is unchanged.
3737
|===
3838

3939
=== Updated features
@@ -71,7 +71,7 @@ label:new[]
7171
----
7272
CREATE DATABASE db OPTIONS { existingDataSeedServer: ... }
7373
----
74-
| The option link:{neo4j-docs-base-uri}/operations-manual/{page-version}/database-administration/standard-databases/create-database/#manage-databases-create-database-options[`existingDataSeedServer`] has been added to `CREATE DATABASE`. The functionality is the same as the deprecated option `existingDataSeedServer`, which this replaces.
74+
| The option link:{neo4j-docs-base-uri}/operations-manual/{page-version}/database-administration/standard-databases/create-databases/#manage-databases-create-database-options[`existingDataSeedServer`] has been added to `CREATE DATABASE`. The functionality is the same as the deprecated option `existingDataSeedServer`, which this replaces.
7575
|===
7676

7777
[[cypher-deprecations-additions-removals-5.24]]

0 commit comments

Comments
 (0)