mirror of
https://github.com/pelican-dev/panel.git
synced 2025-05-29 16:44:44 +02:00
Fix the repo links
This commit is contained in:
parent
e4cee4d69d
commit
a9774718d2
@ -9,7 +9,7 @@ use Symfony\Component\Console\Helper\ProgressBar;
|
|||||||
|
|
||||||
class UpgradeCommand extends Command
|
class UpgradeCommand extends Command
|
||||||
{
|
{
|
||||||
protected const DEFAULT_URL = 'https://github.com/lancepioch/panel/releases/%s/panel.tar.gz';
|
protected const DEFAULT_URL = 'https://github.com/pterodactyl/panel/releases/%s/panel.tar.gz';
|
||||||
|
|
||||||
protected $signature = 'p:upgrade
|
protected $signature = 'p:upgrade
|
||||||
{--user= : The user that PHP runs under. All files will be owned by this user.}
|
{--user= : The user that PHP runs under. All files will be owned by this user.}
|
||||||
|
@ -19,7 +19,7 @@ class ManifestDoesNotExistSolution implements Solution
|
|||||||
public function getDocumentationLinks(): array
|
public function getDocumentationLinks(): array
|
||||||
{
|
{
|
||||||
return [
|
return [
|
||||||
'Docs' => 'https://github.com/lancepioch/panel/blob/develop/package.json',
|
'Docs' => 'https://github.com/pterodactyl/panel/blob/develop/package.json',
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -48,7 +48,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="clearfix visible-xs-block"> </div>
|
<div class="clearfix visible-xs-block"> </div>
|
||||||
<div class="col-xs-6 col-sm-3 text-center">
|
<div class="col-xs-6 col-sm-3 text-center">
|
||||||
<a href="https://github.com/lancepioch/panel"><button class="btn btn-primary" style="width:100%;"><i class="fa fa-fw fa-support"></i> Github</button></a>
|
<a href="https://github.com/pterodactyl/panel"><button class="btn btn-primary" style="width:100%;"><i class="fa fa-fw fa-support"></i> Github</button></a>
|
||||||
</div>
|
</div>
|
||||||
<div class="col-xs-6 col-sm-3 text-center">
|
<div class="col-xs-6 col-sm-3 text-center">
|
||||||
<a href="{{ $version->getDonations() }}"><button class="btn btn-success" style="width:100%;"><i class="fa fa-fw fa-money"></i> Support the Project</button></a>
|
<a href="{{ $version->getDonations() }}"><button class="btn btn-success" style="width:100%;"><i class="fa fa-fw fa-money"></i> Support the Project</button></a>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user