This is an automated email from the ASF dual-hosted git repository.
scottyaslan 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 71d021274e NIFI-13858: Fixing path to EL guide. (#9368)
71d021274e is described below
commit 71d021274ef5de64ffc81225e2e47b421f4176dd
Author: Matt Gilman <[email protected]>
AuthorDate: Wed Oct 9 15:13:09 2024 -0400
NIFI-13858: Fixing path to EL guide. (#9368)
---
.../app/ui/common/property-table/editors/nf-editor/modes/el.service.ts | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/nifi-frontend/src/main/frontend/apps/nifi/src/app/ui/common/property-table/editors/nf-editor/modes/el.service.ts
b/nifi-frontend/src/main/frontend/apps/nifi/src/app/ui/common/property-table/editors/nf-editor/modes/el.service.ts
index 3075ea32db..54f2f586ba 100644
---
a/nifi-frontend/src/main/frontend/apps/nifi/src/app/ui/common/property-table/editors/nf-editor/modes/el.service.ts
+++
b/nifi-frontend/src/main/frontend/apps/nifi/src/app/ui/common/property-table/editors/nf-editor/modes/el.service.ts
@@ -21,7 +21,7 @@ import { HttpClient } from '@angular/common/http';
@Injectable({ providedIn: 'root' })
export class ElService {
- private static readonly DOCS: string = '../nifi-docs';
+ private static readonly DOCS: string = '../nifi-api';
constructor(private httpClient: HttpClient) {}