From a9774718d229127c87391737240f35e7bb0d9251 Mon Sep 17 00:00:00 2001 From: Lance Pioch Date: Sat, 16 Mar 2024 14:05:38 -0400 Subject: [PATCH] Fix the repo links --- app/Console/Commands/UpgradeCommand.php | 2 +- app/Exceptions/Solutions/ManifestDoesNotExistSolution.php | 2 +- resources/views/admin/index.blade.php | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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 @@
 
- +