mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-07-01 03:22:48 -05:00
Switch chiark URLs to https.
This commit is contained in:
@ -35,7 +35,7 @@ What do I do if it doesn't work?
|
||||
|
||||
The PuTTY home web site is
|
||||
|
||||
http://www.chiark.greenend.org.uk/~sgtatham/putty/
|
||||
https://www.chiark.greenend.org.uk/~sgtatham/putty/
|
||||
|
||||
Here you will find our list of known bugs and pending feature
|
||||
requests. If your problem is not listed in there, or in the FAQ, or
|
||||
|
@ -29,7 +29,7 @@ What do I do if it doesn't work?
|
||||
|
||||
The PuTTY home web site is
|
||||
|
||||
http://www.chiark.greenend.org.uk/~sgtatham/putty/
|
||||
https://www.chiark.greenend.org.uk/~sgtatham/putty/
|
||||
|
||||
Here you will find our list of known bugs and pending feature
|
||||
requests. If your problem is not listed in there, or in the FAQ, or
|
||||
|
@ -19,7 +19,7 @@ VersionInfoTextVersion=Release 0.69
|
||||
AppVersion=0.69
|
||||
VersionInfoVersion=0.69.0.0
|
||||
AppPublisher=Simon Tatham
|
||||
AppPublisherURL=http://www.chiark.greenend.org.uk/~sgtatham/putty/
|
||||
AppPublisherURL=https://www.chiark.greenend.org.uk/~sgtatham/putty/
|
||||
AppReadmeFile={app}\README.txt
|
||||
DefaultDirName={pf}\PuTTY
|
||||
DefaultGroupName=PuTTY
|
||||
|
Binary file not shown.
@ -227,7 +227,7 @@ static INT_PTR CALLBACK AboutProc(HWND hwnd, UINT msg,
|
||||
case IDA_WEB:
|
||||
/* Load web browser */
|
||||
ShellExecute(hwnd, "open",
|
||||
"http://www.chiark.greenend.org.uk/~sgtatham/putty/",
|
||||
"https://www.chiark.greenend.org.uk/~sgtatham/putty/",
|
||||
0, 0, SW_SHOWDEFAULT);
|
||||
return 0;
|
||||
}
|
||||
|
@ -322,7 +322,7 @@ static INT_PTR CALLBACK AboutProc(HWND hwnd, UINT msg,
|
||||
case 102:
|
||||
/* Load web browser */
|
||||
ShellExecute(hwnd, "open",
|
||||
"http://www.chiark.greenend.org.uk/~sgtatham/putty/",
|
||||
"https://www.chiark.greenend.org.uk/~sgtatham/putty/",
|
||||
0, 0, SW_SHOWDEFAULT);
|
||||
return 0;
|
||||
}
|
||||
|
@ -178,7 +178,7 @@ static INT_PTR CALLBACK AboutProc(HWND hwnd, UINT msg,
|
||||
case 102:
|
||||
/* Load web browser */
|
||||
ShellExecute(hwnd, "open",
|
||||
"http://www.chiark.greenend.org.uk/~sgtatham/putty/",
|
||||
"https://www.chiark.greenend.org.uk/~sgtatham/putty/",
|
||||
0, 0, SW_SHOWDEFAULT);
|
||||
return 0;
|
||||
}
|
||||
|
Reference in New Issue
Block a user