fix: replace codegpt website base url

This commit is contained in:
Carl-Robert Linnupuu 2024-06-10 12:04:44 +03:00
parent 04b7334696
commit 3a4208c507
5 changed files with 5 additions and 5 deletions

View file

@ -40,7 +40,7 @@ public class TelemetryNotifications {
public void queryUserConsent() {
Notification notification = group.createNotification(
"Help CodeGPT improve its extensions by allowing them to collect anonymous usage data. " +
"Read our <a href=\"https://codegpt.carlrobert.ee/privacy\">privacy statement</a> " +
"Read our <a href=\"https://codegpt.ee/privacy\">privacy statement</a> " +
"and learn how to <a href=\"\">opt out</a>.",
NotificationType.INFORMATION);
notification.setTitle("Enable Telemetry");

View file

@ -26,7 +26,7 @@ public class TelemetryComponent {
+ "hardware and software configuration.<br/>"
+ "<br/>"
+ "Please note that this will not include personal data or any sensitive Information.<br/>"
+ "The data sent complies with the <a href=\"https://codegpt.carlrobert.ee/privacy\">Privacy Policy</a>.";
+ "The data sent complies with the <a href=\"https://codegpt.ee/privacy\">Privacy Policy</a>.";
private final JPanel panel;
private final JBCheckBox enabled = new JBCheckBox("Send usage statistics");