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()