mirror of
https://github.com/carlrobertoh/ProxyAI.git
synced 2026-05-04 14:40:53 +00:00
fix: replace codegpt website base url
This commit is contained in:
parent
04b7334696
commit
3a4208c507
5 changed files with 5 additions and 5 deletions
|
|
@ -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");
|
||||
|
|
|
|||
|
|
@ -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");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue