This is an automated email from the ASF dual-hosted git repository.
exceptionfactory pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/nifi.git
The following commit(s) were added to refs/heads/main by this push:
new 76fd2121be NIFI-15129 Correct Python Developer Guide Links to other
Guides (#10452)
76fd2121be is described below
commit 76fd2121bed0786444fefb887a9e3793d203ab50
Author: Chun-Sheng, Li <[email protected]>
AuthorDate: Thu Oct 23 00:02:59 2025 +0800
NIFI-15129 Correct Python Developer Guide Links to other Guides (#10452)
Signed-off-by: David Handermann <[email protected]>
---
nifi-docs/src/main/asciidoc/python-developer-guide.adoc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/nifi-docs/src/main/asciidoc/python-developer-guide.adoc
b/nifi-docs/src/main/asciidoc/python-developer-guide.adoc
index 15d910c27f..7cc401a35b 100644
--- a/nifi-docs/src/main/asciidoc/python-developer-guide.adoc
+++ b/nifi-docs/src/main/asciidoc/python-developer-guide.adoc
@@ -23,7 +23,7 @@ Apache NiFi Team <[email protected]>
== Introduction
This guide is intended to provide an introduction and some guidance to
developing extensions for Apache NiFi using Python.
-This guide is not intended to be an alternative to the
link:developer-guide.adoc[NiFi Developers Guide] document but rather
+This guide is not intended to be an alternative to the
<<developer-guide.adoc#nifi-developers-guide,NiFi Developers Guide>> document
but rather
a supplement to it. The normal Developer Guide is far more in depth and
discusses more topics. However, that guide is
targeted toward Java developers. The philosophies and guidance offered in that
guide, generally, still hold for Python extensions, though.