Update 'Ask Kibana' URL for Cloud users. (#122139)

This commit is contained in:
Luke Elmers 2022-01-04 06:43:58 -07:00 committed by GitHub
parent 24f5be42e5
commit 1435a0c81a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -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.

View file

@ -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",
]
`);
});