This is an automated email from the ASF dual-hosted git repository.
liuyu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar.git
The following commit(s) were added to refs/heads/master by this push:
new 49e6fc4 [docs] io-develop, fix broken link (#12414)
49e6fc4 is described below
commit 49e6fc4e23ed9ac02788fa546ec0b0f7293292de
Author: Lars Hvam <[email protected]>
AuthorDate: Mon Oct 25 12:00:44 2021 +0200
[docs] io-develop, fix broken link (#12414)
---
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 2cff78b..3c5af18 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).