We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 052a125 commit 26a4bcfCopy full SHA for 26a4bcf
src/Markdown/TempestPackageParser.php
@@ -35,8 +35,8 @@ public function parse(InlineParserContext $inlineContext): bool
35
$url = match ($package) {
36
'app' => 'https://github.com/tempestphp/tempest-app',
37
default => $url = str($package)
38
- ->pascal()
39
- ->prepend('https://github.com/tempestphp/tempest-framework/tree/main/src/Tempest/')
+ ->kebab()
+ ->prepend('https://github.com/tempestphp/tempest-framework/tree/main/packages/')
40
->toString(),
41
};
42
0 commit comments