Skip to content

Commit

Permalink
Fix broken link to Lens documentation (#87392)
Browse files Browse the repository at this point in the history
  • Loading branch information
lcawl authored Jan 7, 2021
1 parent b906b10 commit 9a17446
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/core/public/doc_links/doc_links_service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,7 @@ export class DocLinksService {
guide: `${ELASTIC_WEBSITE_URL}guide/en/kibana/${DOC_LINK_VERSION}/dashboard.html`,
timelionDeprecation: `${ELASTIC_WEBSITE_URL}guide/en/kibana/${DOC_LINK_VERSION}/dashboard.html#timelion-deprecation`,
lens: `${ELASTIC_WEBSITE_URL}what-is/kibana-lens`,
lensPanels: `${ELASTIC_WEBSITE_URL}guide/en/kibana/${DOC_LINK_VERSION}/dashboard.html#create-panels-with-lens`,
maps: `${ELASTIC_WEBSITE_URL}maps`,
},
observability: {
Expand Down
2 changes: 1 addition & 1 deletion x-pack/plugins/lens/public/help_menu_util.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export function addHelpMenuToAppChrome(chrome: ChromeStart, docLinks: DocLinksSt
links: [
{
linkType: 'documentation',
href: `${docLinks.ELASTIC_WEBSITE_URL}guide/en/kibana/${docLinks.DOC_LINK_VERSION}/lens.html`,
href: docLinks.links.visualize.lensPanels,
},
{
linkType: 'github',
Expand Down

0 comments on commit 9a17446

Please sign in to comment.