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";

View File

@@ -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
=========