Skip to content

Commit

Permalink
Update 'Ask Kibana' URL for Cloud users. (elastic#122139)
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeelmers authored and gbamparop committed Jan 12, 2022
1 parent 876ade5 commit 5c9fe17
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion x-pack/plugins/cloud/common/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion x-pack/plugins/cloud/public/plugin.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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",
]
`);
});
Expand Down

0 comments on commit 5c9fe17

Please sign in to comment.