Remove https link to getwox due to ssl certificate expired

Fix #421
This commit is contained in:
bao-qian
2015-12-09 19:25:29 +00:00
parent ddfe79b3ac
commit bb9684f7d3
2 changed files with 5 additions and 5 deletions

View File

@@ -14,7 +14,7 @@ namespace Wox.Plugin.PluginManagement
{
public class Main : IPlugin, IPluginI18n
{
private static string APIBASE = "https://api.getwox.com";
private static string APIBASE = "http://api.getwox.com";
private static string PluginConfigName = "plugin.json";
private static string pluginSearchUrl = APIBASE + "/plugin/search/";
private const string ListCommand = "list";