mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 01:13:23 -04:00
Update 'Ask Kibana' URL for Cloud users. (#122139)
This commit is contained in:
parent
24f5be42e5
commit
1435a0c81a
2 changed files with 2 additions and 2 deletions
|
@ -5,7 +5,7 @@
|
|||
* 2.0.
|
||||
*/
|
||||
|
||||
export const ELASTIC_SUPPORT_LINK = 'https://support.elastic.co/';
|
||||
export const ELASTIC_SUPPORT_LINK = 'https://cloud.elastic.co/support';
|
||||
|
||||
/**
|
||||
* This is the page for managing your snapshots on Cloud.
|
||||
|
|
|
@ -304,7 +304,7 @@ describe('Cloud Plugin', () => {
|
|||
expect(coreStart.chrome.setHelpSupportUrl).toHaveBeenCalledTimes(1);
|
||||
expect(coreStart.chrome.setHelpSupportUrl.mock.calls[0]).toMatchInlineSnapshot(`
|
||||
Array [
|
||||
"https://support.elastic.co/",
|
||||
"https://cloud.elastic.co/support",
|
||||
]
|
||||
`);
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue