Skip to content

Commit

Permalink
Use doc links service for Security help menu
Browse files Browse the repository at this point in the history
  • Loading branch information
lcawl committed Jun 30, 2021
1 parent ba5d5cf commit ffb1846
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/core/public/doc_links/doc_links_service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -418,6 +418,9 @@ export class DocLinksService {
upgradeElasticAgent: `${FLEET_DOCS}upgrade-elastic-agent.html`,
upgradeElasticAgent712lower: `${FLEET_DOCS}upgrade-elastic-agent.html#upgrade-7.12-lower`,
},
ecs: {
guide: `${ELASTIC_WEBSITE_URL}guide/en/ecs/current/index.html`,
},
},
});
}
Expand Down Expand Up @@ -621,5 +624,8 @@ export interface DocLinksStart {
upgradeElasticAgent: string;
upgradeElasticAgent712lower: string;
}>;
readonly ecs: {
readonly guide: string;
};
};
}

0 comments on commit ffb1846

Please sign in to comment.