mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
chore: point issue links to choose (#49616)
This commit is contained in:
parent
529945bf42
commit
6c4f3cbb5c
4 changed files with 11 additions and 10 deletions
|
@ -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.
|
||||
|
|
|
@ -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>',
|
||||
},
|
||||
});
|
||||
|
|
|
@ -47,7 +47,7 @@ function HelpMenu() {
|
|||
<EuiSpacer />
|
||||
<EuiText size="s">
|
||||
<EuiIcon type="logoGithub" color="primary" />
|
||||
<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',
|
||||
})}
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue