Update redirecting url of plugin market
This commit is contained in:
parent
bc7679fd0d
commit
01a0d58c7d
|
|
@ -12,7 +12,9 @@ class PluginController extends Controller
|
||||||
{
|
{
|
||||||
public function showMarket()
|
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()
|
public function showManage()
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user