Point release notes to author's Web page

This change points the "What's New" link on the Help / About Serpent dialog to the author's blog listing recent versions instead of to a blank page.
This commit is contained in:
Mathwi 2019-06-03 19:43:02 -05:00 committed by GitHub
commit fb327115f5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -19,7 +19,7 @@ pref("startup.homepage_welcome_url", "");
pref("startup.homepage_welcome_url.additional", "");
// Version release notes
pref("app.releaseNotesURL", "about:blank");
pref("app.releaseNotesURL", "https://rtfreesoft.blogspot.com/search/label/serpent");
// Vendor home page
pref("app.vendorURL", "about:");