Skip to content

Commit 329e011

Browse files
editorial
1 parent f1435a2 commit 329e011

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

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

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ CREATE DATABASE db OPTIONS { seedCredentials: ..., seedConfig: ... }
4848
----
4949
| The `CREATE DATABASE` option `seedCredentials` has been deprecated.
5050
For seeding from cloud storage, it is recommended to use `CloudSeedProvider` which will read cloud credentials and configuration from standard locations.
51-
For further information see link:{neo4j-docs-base-uri}/operations-manual/{page-version}/clustering/databases/#cloud-seed-provider[CloudSeedProvider].
51+
For further information, see link:{neo4j-docs-base-uri}/operations-manual/{page-version}/clustering/databases/#cloud-seed-provider[Managing databases in a cluster -> CloudSeedProvider].
5252

5353
a|
5454
label:functionality[]
@@ -59,8 +59,9 @@ CREATE DATABASE db OPTIONS { storeFormat: 'standard' }
5959
6060
CREATE DATABASE db OPTIONS { storeFormat: 'high_limit' }
6161
----
62-
| The standard and high_limit store formats have been deprecated. Creating databases with these formats is therefore also deprecated.
63-
For more information on the deprecation of these formats, see link:{neo4j-docs-base-uri}/operations-manual/{page-version}/database-internals/store-formats/#format-deprecations[Format deprecations].
62+
| The `standard` and `high_limit` store formats have been deprecated.
63+
Creating databases with these formats is therefore also deprecated.
64+
For more information on the deprecation of these formats, see link:{neo4j-docs-base-uri}/operations-manual/{page-version}/database-internals/store-formats/#format-deprecations[Store formats -> Format deprecations].
6465
|===
6566

6667
[[cypher-deprecations-additions-removals-5.25]]

0 commit comments

Comments
 (0)