Skip to content

Commit 4e71db6

Browse files
JPryce-Aklundhrenetapopova
authored andcommitted
fix xrefs
1 parent 8c4d207 commit 4e71db6

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ If there are two allocations in `quarantined` mode (meaning that the database is
198198
In this case, it is recommended to recreate the database with quarantined allocations from a backup.
199199
See xref:database-administration/standard-databases/recreate-database.adoc#uri-seed[Recreate a database -> Use a backup as a seed].
200200

201-
To monitor if a clustered database is write-available, it is recommended to run the xref:procedures.adoc#procedure_dbms_cluster_statusCheck[`dbms.cluster.statusCheck()`] procedure on each server hosting the database in primary mode.
201+
To monitor if a clustered database is write-available, it is recommended to run the xref:procedures/built-in-procedures.adoc#procedure_dbms_cluster_statusCheck[`dbms.cluster.statusCheck()`] procedure on each server hosting the database in primary mode.
202202
If any response returns xref:clustering/monitoring/status-check.adoc#_possible_values_of_replicationsuccessful[`replicationSuccessful = true`], you can use `replaceStateKeepStore` or `replaceStateReplaceStore` on one of the quarantined allocations of the database.
203203
This works because a successful replication indicates that a majority of cluster members are available, allowing the new server to rejoin safely. +
204204
See xref:clustering/monitoring/status-check.adoc[] for more information on the `dbms.cluster.statusCheck()` procedure.

modules/ROOT/pages/deprecations.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -211,21 +211,21 @@ It is recommended to upgrade to a supported OS version before the next LTS relea
211211
| Enterprise Edition
212212
| Comment
213213
214-
|xref:procedures.adoc#procedure_db_index_vector_queryNodes[`db.index.vector.queryNodes()`]
214+
|xref:procedures/built-in-procedures.adoc#procedure_db_index_vector_queryNodes[`db.index.vector.queryNodes()`]
215215
|{check-mark}
216216
|{check-mark}
217217
|label:deprecated[Deprecated in 2026.04] +
218218
label:deprecated[Deprecated in Cypher 25] +
219219
Replaced by Cypher clause `SEARCH`.
220220
221-
|xref:procedures.adoc#procedure_db_index_vector_queryRelationships[`db.index.vector.queryRelationships()`]
221+
|xref:procedures/built-in-procedures.adoc#procedure_db_index_vector_queryRelationships[`db.index.vector.queryRelationships()`]
222222
|{check-mark}
223223
|{check-mark}
224224
|label:deprecated[Deprecated in 2026.04] +
225225
label:deprecated[Deprecated in Cypher 25] +
226226
Replaced by Cypher clause `SEARCH`.
227227
228-
| xref:procedures.adoc#procedure_dbms_cluster_recreateDatabase[`dbms.cluster.recreateDatabase()`]
228+
| xref:procedures/built-in-procedures.adoc#procedure_dbms_cluster_recreateDatabase[`dbms.cluster.recreateDatabase()`]
229229
|
230230
| {check-mark}
231231
| label:deprecated[Deprecated in 2025.04] +

0 commit comments

Comments
 (0)