diff --git a/README.md b/README.md
index 2d33cd218b3da..03ce6a6525873 100644
--- a/README.md
+++ b/README.md
@@ -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.
diff --git a/src/legacy/ui/public/vis/default_feedback_message.js b/src/legacy/ui/public/vis/default_feedback_message.js
index f840ba961b9c3..8b8491d397aad 100644
--- a/src/legacy/ui/public/vis/default_feedback_message.js
+++ b/src/legacy/ui/public/vis/default_feedback_message.js
@@ -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: 'GitHub' }
- }
-);
+export const defaultFeedbackMessage = i18n.translate('common.ui.vis.defaultFeedbackMessage', {
+ defaultMessage: 'Have feedback? Please create an issue in {link}.',
+ values: {
+ link:
+ 'GitHub',
+ },
+});
diff --git a/x-pack/legacy/plugins/lens/public/help_menu_util.tsx b/x-pack/legacy/plugins/lens/public/help_menu_util.tsx
index 3865f08862e1c..74de7fe5c4fdc 100644
--- a/x-pack/legacy/plugins/lens/public/help_menu_util.tsx
+++ b/x-pack/legacy/plugins/lens/public/help_menu_util.tsx
@@ -47,7 +47,7 @@ function HelpMenu() {
-
+
{i18n.translate('xpack.lens.helpMenu.feedbackLinkText', {
defaultMessage: 'Provide feedback for the Lens application',
})}
diff --git a/x-pack/legacy/plugins/ml/public/datavisualizer/file_based/components/about_panel/welcome_content.js b/x-pack/legacy/plugins/ml/public/datavisualizer/file_based/components/about_panel/welcome_content.js
index 28c616d3e74a6..5e9cd19ab388a 100644
--- a/x-pack/legacy/plugins/ml/public/datavisualizer/file_based/components/about_panel/welcome_content.js
+++ b/x-pack/legacy/plugins/ml/public/datavisualizer/file_based/components/about_panel/welcome_content.js
@@ -133,7 +133,7 @@ export function WelcomeContent() {
values={{
githubLink: (
GitHub