Update redirecting url of plugin market

This commit is contained in:
printempw 2017-08-05 14:40:56 +08:00
parent bc7679fd0d
commit 01a0d58c7d

View File

@ -12,7 +12,9 @@ class PluginController extends Controller
{
public function showMarket()
{
return redirect('/')->setTargetUrl('https://github.com/g-plane/unofficial-plugins-market/blob/master/README.md');
return redirect('/')->setTargetUrl(
'https://github.com/printempw/blessing-skin-server/wiki/Plugins'
);
}
public function showManage()