Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion modules/ROOT/pages/installation/linux/tarball.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Before you install Neo4j on Linux from a tarball and run it as a console applica
== Install Neo4j from a tarball

. If it is not already installed, get link:https://openjdk.org/[OpenJDK 21] or link:https://www.oracle.com/java/technologies/downloads/?er=221886[Oracle Java 21].
. Download the latest Neo4j tarball from link:link:{neo4j-download-center-uri}/?gdb-selfmanaged[Neo4j Deployment Center] and unpack it:
. Download the latest Neo4j tarball from link:{neo4j-download-center-uri}/?gdb-selfmanaged[Neo4j Deployment Center] and unpack it:
+
[source, shell, subs="attributes"]
----
Expand Down
2 changes: 1 addition & 1 deletion modules/ROOT/pages/installation/neo4j-desktop.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Neo4j Desktop is a convenient way for developers to work with local Neo4j databa
Neo4j Desktop is not suited for production environments.
====

To install Neo4j Desktop, go to link:link:{neo4j-download-center-uri}[Neo4j Deployment Center] and follow the instructions.
To install Neo4j Desktop, go to link:{neo4j-download-center-uri}[Neo4j Deployment Center] and follow the instructions.

[TIP]
====
Expand Down
2 changes: 1 addition & 1 deletion modules/ROOT/pages/introduction.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ a| APOC 450+ link:https://neo4j.com/docs/apoc/5/[Core Procedures and Functions]
====
By default, Neo4j Community Edition and Neo4j Enterprise Edition report a small amount of usage data.
This helps Neo4j understand how its products are used and improve them.
For more information about what data is collected, see link:https://neo4j.com/docs/reference/usage-data/[Usage data report].
For more information about what data is collected, see link:https://neo4j.com/docs/usage-data/[Usage data report].
====

[[versioning]]
Expand Down
2 changes: 1 addition & 1 deletion modules/ROOT/pages/kubernetes/plugins.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ This way, you can ensure when building the container that the correct plugin ver

[NOTE]
====
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).
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).
To obtain a valid license, reach out to your Neo4j account representative or use the form https://neo4j.com/contact-us/[Contact Neo4j].
====

Expand Down