Skip to content

Commit 6c4f3cb

Browse files
authored
chore: point issue links to choose (elastic#49616)
1 parent 529945b commit 6c4f3cb

File tree

4 files changed

+11
-10
lines changed

4 files changed

+11
-10
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ _Note: The version numbers below are only examples, meant to illustrate the rela
6060

6161
## Questions? Problems? Suggestions?
6262

63-
- If you've found a bug or want to request a feature, please create a [GitHub Issue](https://github.com/elastic/kibana/issues/new).
64-
Please check to make sure someone else hasn't already created an issue for the same topic.
63+
- 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).
64+
Please check to make sure someone else hasn't already created an issue for the same topic.
6565
- Need help using Kibana? Ask away on our [Kibana Discuss Forum](https://discuss.elastic.co/c/kibana) and a fellow community member or
6666
Elastic engineer will be glad to help you out.

src/legacy/ui/public/vis/default_feedback_message.js

+7-6
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,10 @@
1919

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

22-
export const defaultFeedbackMessage = i18n.translate('common.ui.vis.defaultFeedbackMessage',
23-
{
24-
defaultMessage: 'Have feedback? Please create an issue in {link}.',
25-
values: { link: '<a href="https://github.com/elastic/kibana/issues/new" rel="noopener noreferrer" target="_blank">GitHub</a>' }
26-
}
27-
);
22+
export const defaultFeedbackMessage = i18n.translate('common.ui.vis.defaultFeedbackMessage', {
23+
defaultMessage: 'Have feedback? Please create an issue in {link}.',
24+
values: {
25+
link:
26+
'<a href="https://github.com/elastic/kibana/issues/new/choose" rel="noopener noreferrer" target="_blank">GitHub</a>',
27+
},
28+
});

x-pack/legacy/plugins/lens/public/help_menu_util.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ function HelpMenu() {
4747
<EuiSpacer />
4848
<EuiText size="s">
4949
<EuiIcon type="logoGithub" color="primary" /> &nbsp;
50-
<EuiLink href="https://github.com/elastic/kibana/issues/new" target="_blank">
50+
<EuiLink href="https://github.com/elastic/kibana/issues/new/choose" target="_blank">
5151
{i18n.translate('xpack.lens.helpMenu.feedbackLinkText', {
5252
defaultMessage: 'Provide feedback for the Lens application',
5353
})}

x-pack/legacy/plugins/ml/public/datavisualizer/file_based/components/about_panel/welcome_content.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ export function WelcomeContent() {
133133
values={{
134134
githubLink: (
135135
<EuiLink
136-
href="https://github.com/elastic/kibana/issues/new"
136+
href="https://github.com/elastic/kibana/issues/new/choose"
137137
target="_blank"
138138
>
139139
GitHub

0 commit comments

Comments
 (0)