NIFI-13858: Fixing path to EL guide. (#9368)

This commit is contained in:
Matt Gilman 2024-10-09 15:13:09 -04:00 committed by GitHub
parent f41f6fea4f
commit 71d021274e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

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