redirect plugin market to g-plane/unofficial-plugins-market

This commit is contained in:
printempw 2017-01-21 17:04:09 +08:00
parent 2804a2b079
commit 097194d542

View File

@ -12,7 +12,7 @@ class PluginController extends Controller
{
public function showMarket()
{
return 'Plugin market is under development. Maybe you will want to check <a href="https://github.com/g-plane/unofficial-plugins-market">this</a>.';
return redirect('/')->setTargetUrl('https://github.com/g-plane/unofficial-plugins-market/blob/master/README.md');
}
public function showManage()