From a81790329fb2007c86f9c402a12a47c70d1eb835 Mon Sep 17 00:00:00 2001 From: Mounir IDRASSI Date: Wed, 18 Jun 2014 23:17:53 +0200 Subject: Point to the SourceForge website instead of idrix.fr for the application link. Remove OS parameter is URL constructed under Linux/MacOSX --- src/Common/Tcdefs.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/Common/Tcdefs.h') diff --git a/src/Common/Tcdefs.h b/src/Common/Tcdefs.h index 0e8fe470..0bf41d79 100644 --- a/src/Common/Tcdefs.h +++ b/src/Common/Tcdefs.h @@ -252,8 +252,8 @@ void EraseMemory (void *memory, int size); #define MAX_URL_LENGTH 2084 /* Internet Explorer limit. Includes the terminating null character. */ #define TC_HOMEPAGE "http://www.idrix.fr/" -#define TC_APPLINK "http://www.idrix.fr/" -#define TC_APPLINK_SECURE "https://www.idrix.fr/" +#define TC_APPLINK "http://sourceforge.net/projects/veracrypt/" +#define TC_APPLINK_SECURE "https://sourceforge.net/projects/veracrypt/" enum { -- cgit v1.2.3