Skip to content

Commit

Permalink
Update IDE telemetry doc link
Browse files Browse the repository at this point in the history
  • Loading branch information
breedloj authored Nov 22, 2024
1 parent 5c38574 commit 1005e88
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ private void createTelemetryOptInField() {
BooleanFieldEditor telemetryOptIn = new BooleanFieldEditor(TELEMETRY_OPT_IN, "Send usage metrics to AWS", telemetryOptInComposite);
addField(telemetryOptIn);

Link telemetryLink = createLink("See <a href=\"https://docs.aws.amazon.com/sdkref/latest/guide/overview.html\">here</a> for more detail.",
Link telemetryLink = createLink("See <a href=\"https://docs.aws.amazon.com/amazonq/latest/qdeveloper-ug/opt-out-IDE.html#opt-out-IDE-telemetry\">here</a> for more detail.",
20, telemetryOptInComposite);
telemetryLink.addSelectionListener(new SelectionAdapter() {
@Override
Expand Down

0 comments on commit 1005e88

Please sign in to comment.