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 ece43a6d0f NIFI-15128 Correct Expression Language Guide Link from 
Developer Guide (#10451)
ece43a6d0f is described below

commit ece43a6d0ffa4b0eb398f3fa3439f8baccbbd717
Author: Chun-Sheng, Li <[email protected]>
AuthorDate: Thu Oct 23 00:00:12 2025 +0800

    NIFI-15128 Correct Expression Language Guide Link from Developer Guide 
(#10451)
    
    Signed-off-by: David Handermann <[email protected]>
---
 nifi-docs/src/main/asciidoc/expression-language-guide.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/nifi-docs/src/main/asciidoc/expression-language-guide.adoc 
b/nifi-docs/src/main/asciidoc/expression-language-guide.adoc
index 8506df844b..2f50c9f90a 100644
--- a/nifi-docs/src/main/asciidoc/expression-language-guide.adoc
+++ b/nifi-docs/src/main/asciidoc/expression-language-guide.adoc
@@ -38,7 +38,7 @@ reflected the name of the file on the file system. 
Additionally, the FlowFile wi
 have a `path` attribute that reflects the directory on the file system that 
this
 file lived in. The FlowFile will also have an attribute named `uuid`, which is 
a
 unique identifier for this FlowFile. For complete listing of the core 
attributes
-check out the FlowFile section of the 
link:developer-guide.html#flowfile[Developer's Guide].
+check out the FlowFile section of the 
<<developer-guide.adoc#flowfile,Developer's Guide>>.
 
 However, placing these attributes on a FlowFile do not provide much benefit
 if the user is unable to make use of them. The NiFi Expression Language 
provides

Reply via email to