We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1522b76 commit cf2bdb3Copy full SHA for cf2bdb3
src/core/public/chrome/constants.ts
@@ -18,6 +18,6 @@
18
*/
19
20
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';
+export const KIBANA_FEEDBACK_LINK = 'https://www.elastic.co/products/kibana/feedback';
+export const KIBANA_ASK_ELASTIC_LINK = 'https://www.elastic.co/products/kibana/ask-elastic';
23
export const GITHUB_CREATE_ISSUE_LINK = 'https://github.com/elastic/kibana/issues/new/choose';
0 commit comments