Skip to content

Commit 06ffafc

Browse files
fix links
1 parent 097ab21 commit 06ffafc

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

modules/ROOT/pages/clauses/use.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ A more detailed description of how and when a graph references needs to be quote
2929

3030
== USE clause when connected to a standard or system database
3131

32-
All databases and aliases are valid graph reference targets except link:operations-manual/current/database-administration/aliases/manage-aliases-composite-databases/[composite databases and their constituents].
32+
All databases and aliases are valid graph reference targets except link:{neo4j-docs-base-uri}/operations-manual/current/database-administration/aliases/manage-aliases-composite-databases/[composite databases and their constituents].
3333
Targeting multiple databases is not allowed, unless connected to a composite database.
3434

3535
=== Position of use clauses

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,7 @@ CREATE DATABASE db OPTIONS { seedRestoreUntil: ... }
311311
----
312312
| The option `seedRestoreUntil` can now be specified in the `CREATE DATABASE` `OPTIONS` map.
313313
This allows a database to be seeded up to a specific date or transaction ID.
314-
For more information, see link:{neo4j-docs-base-uri}/operations-manual/current/clustering/databases/#cluster-seed-uri[Operations Manual -> Clustering -> Seed from URI].
314+
For more information, see link:{neo4j-docs-base-uri}/operations-manual/current/database-administration/standard-databases/seed-from-uri/[Operations Manual -> Database administration -> Create a database from a URI].
315315

316316
a|
317317
label:functionality[]

modules/ROOT/pages/introduction/cypher-neo4j.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Only `system` and one user database.
2626
a|
2727
User, role, and privilege management for flexible link:{neo4j-docs-base-uri}/operations-manual/current/authentication-authorization/manage-privileges/[access control] and link:{neo4j-docs-base-uri}/operations-manual/current/authentication-authorization/manage-privileges/[sub-graph access control].
2828
a|
29-
link:{neo4j-docs-base-uri}/operations-manual/currentauthentication-authorization/manage-users[Multi-user management].
29+
link:{neo4j-docs-base-uri}/operations-manual/current/authentication-authorization/manage-users[Multi-user management].
3030
All users have full access rights.
3131

3232
| Constraints

0 commit comments

Comments
 (0)