Skip to content

Commit 835d42b

Browse files
committed
Update Maker documentation link displayed after code generation
1 parent a61b18e commit 835d42b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Maker/MakeStimulusController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ public function generate(InputInterface $input, ConsoleStyle $io, Generator $gen
137137
$io->text([
138138
'Next:',
139139
\sprintf('- Open <info>%s</info> and add the code you need', $filePath),
140-
'Find the documentation at <fg=yellow>https://github.com/symfony/stimulus-bridge</>',
140+
'Find the documentation at <fg=yellow>https://symfony.com/bundles/StimulusBundle</>',
141141
]);
142142
}
143143

0 commit comments

Comments
 (0)