Skip to content

Commit

Permalink
Merge branch 'main' into breedloj-patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
breedloj authored Nov 22, 2024
2 parents 95d53e2 + 742de27 commit b196db2
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -116,8 +116,8 @@ 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/amazonq/latest/qdeveloper-ug/opt-out-IDE.html#opt-out-IDE-telemetry\">here</a> for more detail.",
20, telemetryOptInComposite);
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
public void widgetSelected(final SelectionEvent event) {
Expand Down

0 comments on commit b196db2

Please sign in to comment.