Skip to content

Commit

Permalink
chore: point issue links to choose (#49616)
Browse files Browse the repository at this point in the history
  • Loading branch information
mbondyra authored Oct 29, 2019
1 parent 529945b commit 6c4f3cb
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 10 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ _Note: The version numbers below are only examples, meant to illustrate the rela

## Questions? Problems? Suggestions?

- If you've found a bug or want to request a feature, please create a [GitHub Issue](https://github.com/elastic/kibana/issues/new).
Please check to make sure someone else hasn't already created an issue for the same topic.
- If you've found a bug or want to request a feature, please create a [GitHub Issue](https://github.com/elastic/kibana/issues/new/choose).
Please check to make sure someone else hasn't already created an issue for the same topic.
- Need help using Kibana? Ask away on our [Kibana Discuss Forum](https://discuss.elastic.co/c/kibana) and a fellow community member or
Elastic engineer will be glad to help you out.
13 changes: 7 additions & 6 deletions src/legacy/ui/public/vis/default_feedback_message.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,10 @@

import { i18n } from '@kbn/i18n';

export const defaultFeedbackMessage = i18n.translate('common.ui.vis.defaultFeedbackMessage',
{
defaultMessage: 'Have feedback? Please create an issue in {link}.',
values: { link: '<a href="https://github.com/elastic/kibana/issues/new" rel="noopener noreferrer" target="_blank">GitHub</a>' }
}
);
export const defaultFeedbackMessage = i18n.translate('common.ui.vis.defaultFeedbackMessage', {
defaultMessage: 'Have feedback? Please create an issue in {link}.',
values: {
link:
'<a href="https://github.com/elastic/kibana/issues/new/choose" rel="noopener noreferrer" target="_blank">GitHub</a>',
},
});
2 changes: 1 addition & 1 deletion x-pack/legacy/plugins/lens/public/help_menu_util.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ function HelpMenu() {
<EuiSpacer />
<EuiText size="s">
<EuiIcon type="logoGithub" color="primary" /> &nbsp;
<EuiLink href="https://github.com/elastic/kibana/issues/new" target="_blank">
<EuiLink href="https://github.com/elastic/kibana/issues/new/choose" target="_blank">
{i18n.translate('xpack.lens.helpMenu.feedbackLinkText', {
defaultMessage: 'Provide feedback for the Lens application',
})}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ export function WelcomeContent() {
values={{
githubLink: (
<EuiLink
href="https://github.com/elastic/kibana/issues/new"
href="https://github.com/elastic/kibana/issues/new/choose"
target="_blank"
>
GitHub
Expand Down

0 comments on commit 6c4f3cb

Please sign in to comment.