Skip to content

Commit

Permalink
Update learn more link and test
Browse files Browse the repository at this point in the history
  • Loading branch information
ryankeairns committed Aug 16, 2021
1 parent 1fb3d19 commit 3b55390
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jest.mock('../../../../../../src/plugins/kibana_react/public', () => ({
http: { basePath: { prepend: jest.fn((path: string) => (path ? path : 'path')) } },
data: { indexPatterns: {} },
uiSettings: { get: jest.fn() },
docLinks: { ELASTIC_WEBSITE_URL: 'elastic_website_url' },
docLinks: { kibana: 'kibana_docs' },
},
}),
RedirectAppLinks: jest.fn((element: JSX.Element) => element),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ export const Overview: FC<Props> = ({ newsFetchResult, solutions, features }) =>
href: addBasePath(`home#/tutorial_directory`),
},
},
docsLink: `${docLinks.ELASTIC_WEBSITE_URL}kibana`,
docsLink: `${docLinks.links.kibana}`,
};

// Show card for console if none of the manage data plugins are available, most likely in OSS
Expand Down

0 comments on commit 3b55390

Please sign in to comment.