diff --git a/app/Console/Commands/UpgradeCommand.php b/app/Console/Commands/UpgradeCommand.php index c6001b5da..95a292e8d 100644 --- a/app/Console/Commands/UpgradeCommand.php +++ b/app/Console/Commands/UpgradeCommand.php @@ -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.} diff --git a/app/Exceptions/Solutions/ManifestDoesNotExistSolution.php b/app/Exceptions/Solutions/ManifestDoesNotExistSolution.php index d51c23038..832ff14dd 100644 --- a/app/Exceptions/Solutions/ManifestDoesNotExistSolution.php +++ b/app/Exceptions/Solutions/ManifestDoesNotExistSolution.php @@ -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', ]; } } diff --git a/resources/views/admin/index.blade.php b/resources/views/admin/index.blade.php index b2367ff44..d991d66ea 100644 --- a/resources/views/admin/index.blade.php +++ b/resources/views/admin/index.blade.php @@ -48,7 +48,7 @@
 
- +