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) {}