From 39ac8498dcbec9b93f458f86b8d80813e83700a1 Mon Sep 17 00:00:00 2001 From: Charles Gagnon Date: Fri, 7 Feb 2020 13:03:49 -0800 Subject: [PATCH] Fix feature request links (#9089) * Fix feature request links * fwlink for send a smile link too --- product.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/product.json b/product.json index 68418a5ad1..9784515ad3 100644 --- a/product.json +++ b/product.json @@ -19,7 +19,7 @@ "linuxIconName": "com.azuredatastudio.oss", "licenseFileName": "LICENSE.txt", "reportIssueUrl": "https://github.com/Microsoft/azuredatastudio/issues/new?labels=customer%20reported%20issue", - "requestFeatureUrl": "https://github.com/Microsoft/azuredatastudio/issues/new?labels=feature-request", + "requestFeatureUrl": "https://go.microsoft.com/fwlink/?linkid=2118021", "privacyStatementUrl": "https://privacy.microsoft.com/en-us/privacystatement", "telemetryOptOutUrl": "https://github.com/Microsoft/azuredatastudio/wiki/How-to-Disable-Telemetry-Reporting", "urlProtocol": "azuredatastudio", @@ -29,7 +29,7 @@ }, "sendASmile": { "reportIssueUrl": "https://github.com/Microsoft/azuredatastudio/issues/new?labels=customer%20reported%20issue", - "requestFeatureUrl": "https://github.com/Microsoft/azuredatastudio/issues/new?labels=feature-request" + "requestFeatureUrl": "https://go.microsoft.com/fwlink/?linkid=2118115" }, "gettingStartedUrl": "https://go.microsoft.com/fwlink/?linkid=862039", "releaseNotesUrl": "https://go.microsoft.com/fwlink/?linkid=875578",