mirror of
https://github.com/apache/nifi.git
synced 2025-02-06 01:58:32 +00:00
NIFI-13858: Fixing path to EL guide. (#9368)
This commit is contained in:
parent
f41f6fea4f
commit
71d021274e
@ -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) {}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user