Skip to content

Commit cf2bdb3

Browse files
authored
Change URLs for support menu (#50700) (#50727)
1 parent 1522b76 commit cf2bdb3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/core/public/chrome/constants.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@
1818
*/
1919

2020
export const ELASTIC_SUPPORT_LINK = 'https://support.elastic.co/';
21-
export const KIBANA_FEEDBACK_LINK = 'https://www.elastic.co/kibana/feedback';
22-
export const KIBANA_ASK_ELASTIC_LINK = 'https://www.elastic.co/kibana/ask-elastic';
21+
export const KIBANA_FEEDBACK_LINK = 'https://www.elastic.co/products/kibana/feedback';
22+
export const KIBANA_ASK_ELASTIC_LINK = 'https://www.elastic.co/products/kibana/ask-elastic';
2323
export const GITHUB_CREATE_ISSUE_LINK = 'https://github.com/elastic/kibana/issues/new/choose';

0 commit comments

Comments
 (0)