mirror of https://github.com/apache/nifi.git
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…
Reference in New Issue