Skip to content

Commit

Permalink
adding in updated links for feedback and ask (#52516) (#52537)
Browse files Browse the repository at this point in the history
  • Loading branch information
bmcconaghy authored Dec 10, 2019
1 parent 8a4a70c commit 4f46ed9
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/core/public/chrome/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@
* under the License.
*/

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';
export const KIBANA_FEEDBACK_LINK =
'https://www.elastic.co/products/kibana/feedback?blade=kibanafeedback';
export const KIBANA_ASK_ELASTIC_LINK =
'https://www.elastic.co/products/kibana/ask-elastic?blade=kibanaaskelastic';
export const GITHUB_CREATE_ISSUE_LINK = 'https://github.com/elastic/kibana/issues/new/choose';

0 comments on commit 4f46ed9

Please sign in to comment.