VeraCrypt
aboutsummaryrefslogtreecommitdiff
path: root/src/Setup
diff options
context:
space:
mode:
authorMounir IDRASSI <mounir.idrassi@idrix.fr>2014-12-02 17:01:16 +0100
committerMounir IDRASSI <mounir.idrassi@idrix.fr>2014-12-04 13:47:30 +0100
commitdfff9273891e5a91753def02eb73ebf095b21727 (patch)
tree7f3651f223bff82e4b4d1da63008030e9292a00b /src/Setup
parente6ebc63c665dfd38802f63ad8882f573e66cd208 (diff)
downloadVeraCrypt-dfff9273891e5a91753def02eb73ebf095b21727.tar.gz
VeraCrypt-dfff9273891e5a91753def02eb73ebf095b21727.zip
Windows: update URLs to points to the online documentation. Use a dedicated donation link.
Diffstat (limited to 'src/Setup')
-rw-r--r--src/Setup/Setup.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Setup/Setup.c b/src/Setup/Setup.c
index 4737724c..9f202578 100644
--- a/src/Setup/Setup.c
+++ b/src/Setup/Setup.c
@@ -1247,7 +1247,7 @@ BOOL DoShortcutsInstall (HWND hwndDlg, char *szDestDir, BOOL bProgGroup, BOOL bD
f = fopen (szTmp2, "w");
if (f)
{
- fprintf (f, "[InternetShortcut]\nURL=%s\n", TC_HOMEPAGE);
+ fprintf (f, "[InternetShortcut]\nURL=%s\n", TC_APPLINK);
CheckFileStreamWriteErrors (f, szTmp2);
fclose (f);