Skip to content

Commit f0f0e40

Browse files
authored
Merge pull request #26017 from brave/cr130-followup-fix-discard-ring-treatment-learn-more-url
Update URL for inactive tabs appearance
2 parents 3518f59 + f1b0dd8 commit f0f0e40

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

chromium_src/chrome/common/url_constants.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,8 @@ inline constexpr char kCrashReasonFeedbackDisplayedURL[] =
168168

169169
// "Learn more" URL for the inactive tabs appearance setting.
170170
inline constexpr char16_t kDiscardRingTreatmentLearnMoreUrl[] =
171-
u"https://support.brave.com/hc/en-us/articles/30938249371277";
171+
u"https://support.brave.com/hc/en-us/articles/"
172+
u"13383683902733-How-do-I-use-the-Memory-Saver-feature-in-Brave";
172173

173174
// "Learn more" URL for the "Do not track" setting in the privacy section.
174175
inline constexpr char16_t kDoNotTrackLearnMoreURL[] =

0 commit comments

Comments
 (0)