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

@@ -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',
];
}
}