Skip to content

Commit 5e96609

Browse files
Apply suggestions from code review
Co-authored-by: Reneta Popova <[email protected]>
1 parent fc9133a commit 5e96609

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

modules/ROOT/pages/authentication-authorization/property-based-access-control.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ CREATE ROLE regularUsers;
1414

1515
Property-based access control grants or denies permission to read or traverse nodes or relationships based on property/value conditions.
1616
Each property-based privilege can only be restricted by a single property.
17-
For information about and syntax for these privileges, see xref:authentication-authorization/privileges-reads.adoc[Read privileges].
17+
For information about the syntax of these privileges, see xref:authentication-authorization/privileges-reads.adoc[Read privileges].
1818

1919
[IMPORTANT]
2020
====

modules/ROOT/pages/installation/linux/tarball.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Before you install Neo4j on Linux from a tarball and run it as a console applica
88
== Install Neo4j from a tarball
99

1010
. If it is not already installed, get link:https://openjdk.java.net/[OpenJDK 21] or link:https://www.oracle.com/technetwork/java/javase/downloads/index.html[Oracle Java 21].
11-
. Download the latest Neo4j tarball from link:link:{neo4j-download-center-uri}/?gdb-selfmanaged[Neo4j Deployment Center] and unpack it:
11+
. Download the latest Neo4j tarball from link:{neo4j-download-center-uri}/?gdb-selfmanaged[Neo4j Deployment Center] and unpack it:
1212
+
1313
[source, shell, subs="attributes"]
1414
----

modules/ROOT/pages/installation/windows.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Before you install Neo4j on Windows, check xref:installation/requirements.adoc[S
99
== Windows console application
1010

1111
. If it is not already installed, get link:https://openjdk.java.net/[OpenJDK 21] or link:https://www.oracle.com/technetwork/java/javase/downloads/index.html[Oracle Java 21].
12-
. Download the latest release from link:link:{neo4j-download-center-uri}[Neo4j Deployment Center].
12+
. Download the latest release from link:{neo4j-download-center-uri}[Neo4j Deployment Center].
1313
+
1414
Select the appropriate ZIP distribution.
1515
. Check that the SHA hash of the downloaded file is correct:

modules/ROOT/pages/kubernetes/plugins.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ This way, you can ensure when building the container that the correct plugin ver
8585

8686
[NOTE]
8787
====
88-
link:link:{neo4j-download-center-uri}?bloom[The Neo4j Bloom] plugin requires a license activation key, which needs to be placed in a directory accessible by the Neo4j Docker container, for example, mounted to _/licenses_ (default).
88+
link:{neo4j-download-center-uri}?bloom[The Neo4j Bloom] plugin requires a license activation key, which needs to be placed in a directory accessible by the Neo4j Docker container, for example, mounted to _/licenses_ (default).
8989
To obtain a valid license, reach out to your Neo4j account representative or use the form https://neo4j.com/contact-us[Contact Neo4j].
9090
====
9191

0 commit comments

Comments
 (0)