commit 60835df282886923a31534c25fb1e668b2b0c92f
parent e97abb36a3e8afefe2adcedd998af37e3e08dbe8
Author: James Lewis <jlewis@mac.home>
Date: Fri, 7 Nov 2025 01:43:26 +0000
Bug 1993600 - Updated support Link in New Tab Groups. r=tabbrowser-reviewers,sthompson
Differential Revision: https://phabricator.services.mozilla.com/D271699
Diffstat:
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/browser/components/tabbrowser/content/tabgroup-menu.js b/browser/components/tabbrowser/content/tabgroup-menu.js
@@ -577,8 +577,7 @@
() => {
this.#handleMLOptinTelemetry("step0-optin-link-click");
openTrustedLinkIn(
- // this is a placeholder link, it should be replaced with the actual link
- "https://support.mozilla.org",
+ "https://support.mozilla.org/kb/how-use-ai-enhanced-tab-groups",
"tab"
);
}