diff options
author | Thomas Groman <tgroman@nuegia.net> | 2020-05-07 22:36:44 -0700 |
---|---|---|
committer | Thomas Groman <tgroman@nuegia.net> | 2020-05-07 22:36:44 -0700 |
commit | 752820591a814b2a7e731dfe1a1877f860db2cdc (patch) | |
tree | 24ecedff81c8ed1c0fb470c53e0cc9a179226a17 | |
parent | 31d5e092a19a9d527f5d259da45938c95e57aead (diff) | |
download | webbrowser-752820591a814b2a7e731dfe1a1877f860db2cdc.tar webbrowser-752820591a814b2a7e731dfe1a1877f860db2cdc.tar.gz webbrowser-752820591a814b2a7e731dfe1a1877f860db2cdc.tar.lz webbrowser-752820591a814b2a7e731dfe1a1877f860db2cdc.tar.xz webbrowser-752820591a814b2a7e731dfe1a1877f860db2cdc.zip |
change release notes url
-rw-r--r-- | webbrowser/branding/unofficial/pref/webbrowser-branding.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/webbrowser/branding/unofficial/pref/webbrowser-branding.js b/webbrowser/branding/unofficial/pref/webbrowser-branding.js index f32870b..2dfbea1 100644 --- a/webbrowser/branding/unofficial/pref/webbrowser-branding.js +++ b/webbrowser/branding/unofficial/pref/webbrowser-branding.js @@ -6,4 +6,4 @@ pref("app.update.enabled", false);
pref("app.update.url", "");
-pref("app.releaseNotesURL", "http://www.palemoon.org/releasenotes.shtml");
+pref("app.releaseNotesURL", "https://git.nuegia.net/webbrowser.git/log/");
|