Fix the repo links

This commit is contained in:
Lance Pioch 2024-03-16 14:05:38 -04:00
parent e4cee4d69d
commit a9774718d2
3 changed files with 3 additions and 3 deletions

View File

@ -9,7 +9,7 @@ use Symfony\Component\Console\Helper\ProgressBar;
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
{--user= : The user that PHP runs under. All files will be owned by this user.}

View File

@ -19,7 +19,7 @@ class ManifestDoesNotExistSolution implements Solution
public function getDocumentationLinks(): array
{
return [
'Docs' => 'https://github.com/lancepioch/panel/blob/develop/package.json',
'Docs' => 'https://github.com/pterodactyl/panel/blob/develop/package.json',
];
}
}

View File

@ -48,7 +48,7 @@
</div>
<div class="clearfix visible-xs-block">&nbsp;</div>
<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 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>