From 097194d542afabeb56346d608a48d9af3e83d10d Mon Sep 17 00:00:00 2001 From: printempw Date: Sat, 21 Jan 2017 17:04:09 +0800 Subject: [PATCH] redirect plugin market to g-plane/unofficial-plugins-market --- app/Http/Controllers/PluginController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Http/Controllers/PluginController.php b/app/Http/Controllers/PluginController.php index fa26c424..ce96c470 100644 --- a/app/Http/Controllers/PluginController.php +++ b/app/Http/Controllers/PluginController.php @@ -12,7 +12,7 @@ class PluginController extends Controller { public function showMarket() { - return 'Plugin market is under development. Maybe you will want to check this.'; + return redirect('/')->setTargetUrl('https://github.com/g-plane/unofficial-plugins-market/blob/master/README.md'); } public function showManage()