diff options
author | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2014-12-02 17:01:16 +0100 |
---|---|---|
committer | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2014-12-04 13:47:30 +0100 |
commit | dfff9273891e5a91753def02eb73ebf095b21727 (patch) | |
tree | 7f3651f223bff82e4b4d1da63008030e9292a00b /src/Common/Tcdefs.h | |
parent | e6ebc63c665dfd38802f63ad8882f573e66cd208 (diff) | |
download | VeraCrypt-dfff9273891e5a91753def02eb73ebf095b21727.tar.gz VeraCrypt-dfff9273891e5a91753def02eb73ebf095b21727.zip |
Windows: update URLs to points to the online documentation. Use a dedicated donation link.
Diffstat (limited to 'src/Common/Tcdefs.h')
-rw-r--r-- | src/Common/Tcdefs.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Common/Tcdefs.h b/src/Common/Tcdefs.h index d1073bce..99b13769 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://sourceforge.net/projects/veracrypt/"
-#define TC_APPLINK_SECURE "https://sourceforge.net/projects/veracrypt/"
+#define TC_APPLINK "https://veracrypt.codeplex.com"
+#define TC_APPLINK_SECURE "https://veracrypt.codeplex.com"
enum
{
|