Skip to content

Commit 56e1a02

Browse files
Fix links.
1 parent 5d5a2cd commit 56e1a02

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

modules/ROOT/pages/configuration/dynamic-settings.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ If you want to change the configuration settings on all cluster members, you hav
2525
[[dynamic-settings-discover]]
2626
== Discover dynamic settings
2727

28-
Use the procedure `dbms.listConfig()` to discover which configuration values can be dynamically updated, or consult xref:configuration/dynamic-settings.adoc[Dynamic settings reference].
28+
Use the procedure `dbms.listConfig()` to discover which configuration values can be dynamically updated, or see the list below.
2929

3030
.Discover dynamic settings
3131
====
@@ -162,4 +162,4 @@ To reset a config value to its default, pass an empty string as the _value_ argu
162162
----
163163
CALL dbms.setConfigValue('dbms.logs.query.enabled', '')
164164
----
165-
====
165+
====

modules/ROOT/pages/manage-databases/remote-alias.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ See link:{neo4j-docs-base-uri}/cypher-manual/{page-version}/administration/acces
3737

3838
_Carol_ can use her own regular credentials to access the remote database `Db1` in DBMS after _Alice_ assigns this privilege to her user profile.
3939
This configuration will also allow _Carol_ to access `Db2` in **DBMS B**.
40-
If the administrators decide this should not be the case, then _Bob_ must define the appropriate privileges (see link:link:{neo4j-docs-base-uri}/cypher-manual/{page-version}/administration/access-control/[Cypher manual -> Access control] for further information).
40+
If the administrators decide this should not be the case, then _Bob_ must define the appropriate privileges (see link:{neo4j-docs-base-uri}/cypher-manual/{page-version}/administration/access-control/[Cypher manual -> Access control] for further information).
4141

4242
== Fabric vs remote alias database
4343

modules/ROOT/pages/tools/neo4j-admin/unbind.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ For more information about seeding Causal Clusters, see xref:clustering/seed.ado
5151
[WARNING]
5252
====
5353
If a cluster holds a previous version of any of the databases being seeded, you must `DROP` those databases before seeding.
54-
Alternatively, you can stop every instance, unbind them from the cluster using xref:tools/neo4j-admin/unbind.adoc[neo4j-admin unbind] and then forcefully restore the correct seeds (backups) for the databases in question.
54+
Alternatively, you can stop every instance, unbind them from the cluster using `neo4j-admin unbind` and then forcefully restore the correct seeds (backups) for the databases in question.
5555
If you do not `DROP` or `unbind` before seeding, either with `neo4j-admin restore` or `neo4j-admin load`, the database's store files and cluster state will be out of sync, potentially leading to logical corruptions.
5656
====
5757

0 commit comments

Comments
 (0)