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 2d4de1e7ec NIFI-15119 Corrected Developer Guide Links (#10442)
2d4de1e7ec is described below

commit 2d4de1e7ec03a0391e4e6b006471f74c1dc125f4
Author: Chun-Sheng, Li <[email protected]>
AuthorDate: Tue Oct 21 11:27:50 2025 +0800

    NIFI-15119 Corrected Developer Guide Links (#10442)
    
    Signed-off-by: David Handermann <[email protected]>
---
 nifi-docs/src/main/asciidoc/developer-guide.adoc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/nifi-docs/src/main/asciidoc/developer-guide.adoc 
b/nifi-docs/src/main/asciidoc/developer-guide.adoc
index 126ee59fa5..acd349b048 100644
--- a/nifi-docs/src/main/asciidoc/developer-guide.adoc
+++ b/nifi-docs/src/main/asciidoc/developer-guide.adoc
@@ -29,8 +29,8 @@ of the methods in the API, as this guide is intended to 
supplement the JavaDocs
 This guide also assumes that the reader is familiar with Java 7 and Apache 
Maven.
 
 This guide is written by developers for developers. It is expected that before 
reading this
-guide, you have a basic understanding of NiFi and the concepts of dataflow. If 
not, please see the link:overview.html[NiFi Overview]
-and the link:user-guide.html[NiFi User Guide] to familiarize yourself with the 
concepts of NiFi.
+guide, you have a basic understanding of NiFi and the concepts of dataflow. If 
not, please see the <<overview.adoc#apache-nifi-overview,NiFi Overview>>
+and the <<user-guide.adoc#apache-nifi-user-guide,NiFi User Guide>> to 
familiarize yourself with the concepts of NiFi.
 
 
 [[components]]

Reply via email to