From a5848c694305fe4e4fa32164ef5ccc026da42a71 Mon Sep 17 00:00:00 2001 From: Reneta Popova Date: Thu, 3 Jul 2025 18:10:06 +0100 Subject: [PATCH] fix a few broken links --- modules/ROOT/pages/installation/linux/tarball.adoc | 2 +- modules/ROOT/pages/installation/neo4j-desktop.adoc | 2 +- modules/ROOT/pages/introduction.adoc | 2 +- modules/ROOT/pages/kubernetes/plugins.adoc | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/modules/ROOT/pages/installation/linux/tarball.adoc b/modules/ROOT/pages/installation/linux/tarball.adoc index ac3bbc84d..1eba07701 100644 --- a/modules/ROOT/pages/installation/linux/tarball.adoc +++ b/modules/ROOT/pages/installation/linux/tarball.adoc @@ -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"] ---- diff --git a/modules/ROOT/pages/installation/neo4j-desktop.adoc b/modules/ROOT/pages/installation/neo4j-desktop.adoc index 2710103a8..a19418213 100644 --- a/modules/ROOT/pages/installation/neo4j-desktop.adoc +++ b/modules/ROOT/pages/installation/neo4j-desktop.adoc @@ -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] ==== diff --git a/modules/ROOT/pages/introduction.adoc b/modules/ROOT/pages/introduction.adoc index ec2d775b3..208781bdc 100644 --- a/modules/ROOT/pages/introduction.adoc +++ b/modules/ROOT/pages/introduction.adoc @@ -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]] diff --git a/modules/ROOT/pages/kubernetes/plugins.adoc b/modules/ROOT/pages/kubernetes/plugins.adoc index cd042f1fd..f47cd2e54 100644 --- a/modules/ROOT/pages/kubernetes/plugins.adoc +++ b/modules/ROOT/pages/kubernetes/plugins.adoc @@ -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]. ====