From 5de1b8e51ff6407f5f10285a77ed52913bb98720 Mon Sep 17 00:00:00 2001 From: Ali Ince Date: Thu, 12 Jun 2025 09:39:39 +0100 Subject: [PATCH] Fix standalone jar file link --- modules/ROOT/pages/installation.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ROOT/pages/installation.adoc b/modules/ROOT/pages/installation.adoc index db6d065..719b460 100644 --- a/modules/ROOT/pages/installation.adoc +++ b/modules/ROOT/pages/installation.adoc @@ -24,4 +24,4 @@ The package is available for download from the link:{url-github}/releases/downlo The {product-name} is a plugin designed to run in an Apache Kafka Connect environment, which is deployed separately from the Neo4j database. -For standalone Kafka Connect installations, download the <> and copy it into the `plugins` directory for each of your Kafka Connect cluster members. +For standalone Kafka Connect installations, download the link:{url-github}/releases/download/{exact-connector-version}/neo4j-kafka-connect-{exact-connector-version}.jar[self-contained JAR file] and copy it into the `plugins` directory for each of your Kafka Connect cluster members.