Skip to content

Commit 591a78b

Browse files
Fix broken links and clean up (#1269)
Co-authored-by: Stefano Ottolenghi <[email protected]>
1 parent 95edab1 commit 591a78b

16 files changed

+19
-2544
lines changed

modules/ROOT/pages/administration/access-control/built-in-roles.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -363,7 +363,7 @@ SHOW ROLE admin PRIVILEGES AS COMMANDS
363363
a|Rows: 11
364364
|===
365365

366-
If the built-in `admin` role has been altered or dropped, and needs to be restored to its original state, see link:{neo4j-docs-base-uri}/operations-manual/{page-version}/configuration/password-and-user-recovery[Operations Manual -> Password and user recovery].
366+
If the built-in `admin` role has been altered or dropped, and needs to be restored to its original state, see link:{neo4j-docs-base-uri}/operations-manual/{page-version}/authentication-authorization/password-and-user-recovery/[Operations Manual -> Password and user recovery].
367367

368368

369369
[[access-control-built-in-roles-admin-recreate]]
@@ -415,4 +415,4 @@ GRANT ALL ON DATABASE * TO admin
415415

416416
The resulting `admin` role now has the same privileges as the original built-in `admin` role.
417417

418-
Additional information about restoring the `admin` role can be found at link:{neo4j-docs-base-uri}/operations-manual/{page-version}/configuration/password-and-user-recovery#recover-admin-role[Operations Manual -> Recover the admin role].
418+
Additional information about restoring the `admin` role can be found at link:{neo4j-docs-base-uri}/operations-manual/{page-version}/authentication-authorization/password-and-user-recovery/#recover-admin-role[Operations Manual -> Recover the admin role].

modules/ROOT/pages/clauses/call.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ Neo4j comes with a number of built-in procedures.
5050
For a list of these, see link:{neo4j-docs-base-uri}/operations-manual/{page-version}/reference/procedures[Operations Manual -> Procedures].
5151
5252
Users can also develop custom procedures and deploy to the database.
53-
See link:{neo4j-docs-base-uri}/java-reference/{page-version}/extending-neo4j/procedures#extending-neo4j-procedures[Java Reference -> User-defined procedures] for details.
53+
See link:{neo4j-docs-base-uri}/java-reference/{page-version}/extending-neo4j/procedures/[Java Reference -> User-defined procedures] for details.
5454
====
5555

5656

modules/ROOT/pages/clauses/load-csv.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -383,7 +383,7 @@ RETURN DISTINCT file() AS path
383383
----
384384

385385
Since `LOAD CSV` can temporary download a file to process it, it is important to note that `file()` will always return the path on disk.
386-
If `LOAD CSV` is invoked with a `file:///` URL that points to your disk `file()` will return that same path.
386+
If `LOAD CSV` is invoked with a `\file:///` URL that points to your disk `file()` will return that same path.
387387

388388
.Result
389389
[queryresult]

0 commit comments

Comments
 (0)