From: Colin Leroy Date: Thu, 4 Sep 2008 08:12:50 +0000 (+0000) Subject: Fix update link X-Git-Tag: rel_3_6_0~64 X-Git-Url: http://git.claws-mail.org/?p=claws.git;a=commitdiff_plain;h=cc9790f565c708c7e75d65700ce9515d85502ffb Fix update link --- diff --git a/commitHelper b/commitHelper index a73229d76..802803fae 100644 --- a/commitHelper +++ b/commitHelper @@ -139,5 +139,5 @@ if [ "$ans" == "y" ]; then cvs commit -m "`cat /tmp/logentry.$$` " fi; rm -f /tmp/logentry.$$ - wget -O /dev/null -o /dev/null http://www.colino.net/sylpheed-claws/update.php3 + wget -O /dev/null -o /dev/null http://www.colino.net/claws-mail/update.php fi