mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
Update support link in help menu (#166272)
Fixes: https://github.com/elastic/cloud/issues/117950 When the user clicks on 'Support' in help menu, they should be taken to directly to https://support.elastic.co/home
This commit is contained in:
parent
7aa307476c
commit
a18c68f7ac
2 changed files with 2 additions and 2 deletions
|
@ -5,7 +5,7 @@
|
|||
* 2.0.
|
||||
*/
|
||||
|
||||
export const ELASTIC_SUPPORT_LINK = 'https://cloud.elastic.co/support';
|
||||
export const ELASTIC_SUPPORT_LINK = 'https://support.elastic.co/';
|
||||
|
||||
/**
|
||||
* This is the page for managing your snapshots on Cloud.
|
||||
|
|
|
@ -185,7 +185,7 @@ describe('Cloud Plugin', () => {
|
|||
expect(coreStart.chrome.setHelpSupportUrl).toHaveBeenCalledTimes(1);
|
||||
expect(coreStart.chrome.setHelpSupportUrl.mock.calls[0]).toMatchInlineSnapshot(`
|
||||
Array [
|
||||
"https://cloud.elastic.co/support",
|
||||
"https://support.elastic.co/",
|
||||
]
|
||||
`);
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue