Browse Source

https:// for www.chiark.greenend.org.uk

Source commit: 2c44b16b609b757b26f84dd0e862ffe6571f14db
Martin Prikryl 8 years ago
parent
commit
5884472980
2 changed files with 3 additions and 3 deletions
  1. 1 1
      deployment/readme.txt
  2. 2 2
      source/resource/TextsCore1.rc

+ 1 - 1
deployment/readme.txt

@@ -3,7 +3,7 @@ To create 'WinSCP-x.x.x-Setup.exe' install package, follow these steps:
 - Install 'Inno Setup'
   http://www.jrsoftware.org/isinfo.php
 - Install 'PuTTY' package
-  http://www.chiark.greenend.org.uk/~sgtatham/putty/latest.html
+  https://www.chiark.greenend.org.uk/~sgtatham/putty/latest.html
 - Create 'translations' subfolder
 - Copy the 'Default.isl' from Inno Setup installation to 'translations\WinSCP.en.islu'
 - Append the 'winscp.isl' to the 'translations\WinSCP.en.islu'

+ 2 - 2
source/resource/TextsCore1.rc

@@ -428,7 +428,7 @@ BEGIN
   CORE_VARIABLE_STRINGS, "CORE_VARIABLE"
   PUTTY_BASED_ON, "SSH and SCP code based on PuTTY %s"
   PUTTY_COPYRIGHT, "Copyright © 1997-2017 Simon Tatham"
-  PUTTY_URL, "http://www.chiark.greenend.org.uk/~sgtatham/putty/"
+  PUTTY_URL, "https://www.chiark.greenend.org.uk/~sgtatham/putty/"
   FILEZILLA_BASED_ON2, "FTP code based on FileZilla"
   FILEZILLA_COPYRIGHT2, "Copyright © Tim Kosse"
   FILEZILLA_URL, "https://filezilla-project.org/"
@@ -441,7 +441,7 @@ BEGIN
   EXPAT_BASED_ON, "eXpat library %s"
   EXPAT_COPYRIGHT, "Copyright © 1998-2012 Expat maintainers"
   EXPAT_URL, "http://www.libexpat.org/"
-  PUTTY_LICENSE_URL, "http://www.chiark.greenend.org.uk/~sgtatham/putty/licence.html"
+  PUTTY_LICENSE_URL, "https://www.chiark.greenend.org.uk/~sgtatham/putty/licence.html"
   MAIN_MSG_TAG, "**"
   INTERACTIVE_MSG_TAG, "$$"
 END