mirror of
https://github.com/greenshot/greenshot
synced 2025-07-16 10:03:44 -07:00
Changed download links to HTTPS [skip ci]
This commit is contained in:
parent
7599766e3a
commit
e98452e268
1 changed files with 2 additions and 2 deletions
|
@ -36,8 +36,8 @@ namespace Greenshot.Experimental {
|
|||
public static class UpdateHelper {
|
||||
private static readonly ILog Log = LogManager.GetLogger(typeof(UpdateHelper));
|
||||
private static readonly CoreConfiguration CoreConfig = IniConfig.GetIniSection<CoreConfiguration>();
|
||||
private const string StableDownloadLink = "http://getgreenshot.org/downloads/";
|
||||
private const string VersionHistoryLink = "http://getgreenshot.org/version-history/";
|
||||
private const string StableDownloadLink = "https://getgreenshot.org/downloads/";
|
||||
private const string VersionHistoryLink = "https://getgreenshot.org/version-history/";
|
||||
private static readonly object LockObject = new object();
|
||||
private static RssFile _latestGreenshot;
|
||||
private static string _downloadLink = StableDownloadLink;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue