Skip to content

Commit

Permalink
Fix typo in branding release URL (BrowserWorks#2752)
Browse files Browse the repository at this point in the history
The URL "hhttps://www.waterfox.net/docs/releases/%DISPLAY_VERSION%/?utm_source=waterfox-browser&utm_medium=waterfox-browser&utm_campaign=whatsnew" is incorrect due to a typo resulting in an extra 'h' in the beginning of the URL.
  • Loading branch information
Decator authored Jul 20, 2022
1 parent d287da1 commit d0a018b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion browser/branding/waterfox/pref/firefox-branding.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ pref("app.update.promptWaitTime", 691200);
// wizard.
pref("app.update.url.manual", "https://www.waterfox.net/download/");
pref("app.update.url.details", "https://www.waterfox.net/blog/");
pref("app.releaseNotesURL", "hhttps://www.waterfox.net/docs/releases/%DISPLAY_VERSION%/?utm_source=waterfox-browser&utm_medium=waterfox-browser&utm_campaign=whatsnew");
pref("app.releaseNotesURL", "https://www.waterfox.net/docs/releases/%DISPLAY_VERSION%/?utm_source=waterfox-browser&utm_medium=waterfox-browser&utm_campaign=whatsnew");
pref("app.releaseNotesURL.aboutDialog", "https://www.waterfox.net/docs/releases/%DISPLAY_VERSION%/?utm_source=waterfox-browser&utm_medium=waterfox-desktop&utm_campaign=about-dialog");

// The number of days a binary is permitted to be old
Expand Down

0 comments on commit d0a018b

Please sign in to comment.