From bb9684f7d342a0c648b0eb4bbc8044283178378c Mon Sep 17 00:00:00 2001 From: bao-qian Date: Wed, 9 Dec 2015 19:25:29 +0000 Subject: [PATCH] Remove https link to getwox due to ssl certificate expired Fix #421 --- Plugins/Wox.Plugin.PluginManagement/Main.cs | 2 +- README.md | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Plugins/Wox.Plugin.PluginManagement/Main.cs b/Plugins/Wox.Plugin.PluginManagement/Main.cs index c11fa86da1..785d280173 100644 --- a/Plugins/Wox.Plugin.PluginManagement/Main.cs +++ b/Plugins/Wox.Plugin.PluginManagement/Main.cs @@ -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"; diff --git a/README.md b/README.md index 4b5fd60460..82639722aa 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ Wox [![Build status](https://ci.appveyor.com/api/projects/status/bfktntbivg32e103)](https://ci.appveyor.com/project/qianlifeng/wox) [![Bountysource](https://www.bountysource.com/badge/team?team_id=39433&style=raised)](https://www.bountysource.com/teams/wox?utm_source=Wox&utm_medium=shield&utm_campaign=raised) [![Issue Stats](http://issuestats.com/github/Wox-launcher/Wox/badge/pr)](http://issuestats.com/github/Wox-launcher/Wox) ========= -[Wox](https://www.getwox.com/) is a launcher for Windows, an alternative to [Alfred](https://www.alfredapp.com/) or [Launchy](http://www.launchy.net/). You can launch everything with just a few keystrokes! +[Wox](http://www.getwox.com/) is a launcher for Windows, an alternative to [Alfred](https://www.alfredapp.com/) or [Launchy](http://www.launchy.net/). You can launch everything with just a few keystrokes! Screenshot ========= @@ -10,10 +10,10 @@ Screenshot Features ========= -1. Search all applications, folders, files, [bookmarks](https://www.getwox.com/plugin/16). +1. Search all applications, folders, files, [bookmarks](http://www.getwox.com/plugin/16). 2. Search Web using keyword (e.g. search google with `g search_term`) -3. Build custom themes in [https://www.getwox.com/theme/builder](https://www.getwox.com/theme/builder) -4. Install plugins from [https://www.getwox.com/plugin](https://www.getwox.com/plugin) +3. Build custom themes in [http://www.getwox.com/theme/builder](http://www.getwox.com/theme/builder) +4. Install plugins from [http://www.getwox.com/plugin](http://www.getwox.com/plugin) Installation =========