diff options
author | Moonchild <moonchild@palemoon.org> | 2021-01-05 11:51:24 +0000 |
---|---|---|
committer | Moonchild <moonchild@palemoon.org> | 2021-01-05 11:51:24 +0000 |
commit | 929237aa0ef90e1bdb3994c6322f6716918621fc (patch) | |
tree | e2414c084df54148acb9ca93f68faf76df189464 | |
parent | 9619e1ddbbc668a59827285eeb84fa344a41351c (diff) | |
download | basilisk-929237aa0ef90e1bdb3994c6322f6716918621fc.tar.gz |
Update about box link to point to rpmo.
-rw-r--r-- | basilisk/base/content/aboutDialog.xul | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/basilisk/base/content/aboutDialog.xul b/basilisk/base/content/aboutDialog.xul index 5780e5e..b1fcd6a 100644 --- a/basilisk/base/content/aboutDialog.xul +++ b/basilisk/base/content/aboutDialog.xul @@ -131,7 +131,7 @@ Basilisk is community software released by <label class="text-link" href="http://www.palemoon.org/">the Pale Moon team</label> and Mozilla developers. Learn <label class="text-link" useoriginprincipal="true" href="about:credits">who contributed</label> to this software. </description> <description class="text-blurb" id="contributeDesc"> - Want to help? Please consider <label class="text-link" href="https://www.palemoon.org/donations.shtml">donating</label> or get involved with our <label class="text-link" href="https://github.com/MoonchildProductions/UXP">development</label> of the Unified XUL Platform. + Want to help? Please consider <label class="text-link" href="https://www.palemoon.org/donations.shtml">donating</label> or get involved with our <label class="text-link" href="https://repo.palemoon.org/MoonchildProductions/UXP">development</label> of the Unified XUL Platform. </description> #endif </vbox> |