Skip to content

Commit

Permalink
Update x-pack/plugins/index_management/public/application/services/do…
Browse files Browse the repository at this point in the history
…cumentation.ts

Co-authored-by: Alison Goryachev <alisonmllr20@gmail.com>
  • Loading branch information
lcawl and alisonelizabeth authored Apr 12, 2021
1 parent abbc736 commit 4764869
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ class DocumentationService {
private runtimeFields: string = '';
public setup(docLinks: DocLinksStart): void {
const { links } = docLinks;
this.dataStreams = `${links.elasticsearch.dataStreams}`;
this.dataStreams = links.elasticsearch.dataStreams;
this.esDocsBase = `${links.elasticsearch.docsBase}`;
this.indexManagement = `${links.management.indexManagement}`;
this.indexSettings = `${links.elasticsearch.indexSettings}`;
Expand Down

0 comments on commit 4764869

Please sign in to comment.