Skip to content

Commit c008ccf

Browse files
Nancy LiDevtools-frontend LUCI CQ
authored andcommitted
Update links to AI Annotations documentation.
See crbug.com/418224690, Do not submit after the link change is landed Bug: 418224690 Change-Id: Ia3c213dc0a7eb952bbea332e138ae5ecc8775b2b Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/6558289 Reviewed-by: Paul Irish <paulirish@chromium.org> Commit-Queue: Nancy Li <nancyly@chromium.org> Auto-Submit: Nancy Li <nancyly@chromium.org>
1 parent d306efc commit c008ccf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

front_end/panels/settings/AISettingsTab.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -343,7 +343,7 @@ export class AISettingsTab extends LegacyWrapper.LegacyWrapper.WrappableComponen
343343
i18nString(UIStrings.generatedAiAnnotationsSendData)
344344
}],
345345
learnMoreLink: {
346-
url: 'https://developer.chrome.com/docs/devtools/performance/reference#auto-annotations',
346+
url: 'https://developer.chrome.com/docs/devtools/performance/annotations#auto-annotations',
347347
linkJSLogContext: 'learn-more.auto-annotations'
348348
},
349349
settingExpandState: {

front_end/panels/timeline/overlays/components/EntryLabelOverlay.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -596,7 +596,7 @@ export class EntryLabelOverlay extends HTMLElement {
596596
},
597597
],
598598
onLearnMoreClick: () => {
599-
UI.UIUtils.openInNewTab('https://developer.chrome.com/docs/devtools/performance/reference#auto-annotations');
599+
UI.UIUtils.openInNewTab('https://developer.chrome.com/docs/devtools/performance/annotations#auto-annotations');
600600
},
601601
learnMoreButtonTitle: UIStringsNotTranslate.learnMoreButton,
602602
});

0 commit comments

Comments
 (0)