diff options
-rw-r--r-- | www/templates/en/help.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/templates/en/help.html b/www/templates/en/help.html index 3722544..2917c67 100644 --- a/www/templates/en/help.html +++ b/www/templates/en/help.html @@ -40,7 +40,7 @@ <dt>Is it free?</dt> <dd>The site and app are free to use, yes. <% print( CONFIG.APP_NAME ) %> is run by a registered charity, though, so if you want to make a contribution, <a - onclick="FMS.openExternal(event); return false;" href="https://secure.mysociety.org/donate/">please do</a>. + onclick="FMS.openExternal(event); return false;" href="https://www.mysociety.org/donate/">please do</a>. For more information see the <a onclick="FMS.openExternal(event); return false;" href="http://www.fixmystreet.com/faq/">website</a>. </dd> |