From 80cf4a13ca257ef01c338ee7988a23e70eab4c96 Mon Sep 17 00:00:00 2001 From: Lars Hvam Date: Tue, 19 Oct 2021 08:10:21 +0200 Subject: [PATCH] [docs] io-develop, fix broken link --- site2/docs/io-develop.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site2/docs/io-develop.md b/site2/docs/io-develop.md index 2cff78b8f0cd2..3c5af1873b192 100644 --- a/site2/docs/io-develop.md +++ b/site2/docs/io-develop.md @@ -272,7 +272,7 @@ a bit of Java ClassLoader isolation. > For more information about **how NAR works**, see > [here](https://medium.com/hashmapinc/nifi-nar-files-explained-14113f7796fd). -Pulsar uses the same mechanism for packaging **all** [built-in connectors](io-connectors). +Pulsar uses the same mechanism for packaging **all** [built-in connectors](io-connectors.md). The easiest approach to package a Pulsar connector is to create a NAR package using [nifi-nar-maven-plugin](https://mvnrepository.com/artifact/org.apache.nifi/nifi-nar-maven-plugin).