diff --git a/src/Command/MakerCommand.php b/src/Command/MakerCommand.php index f182788a2..d6c6c300c 100644 --- a/src/Command/MakerCommand.php +++ b/src/Command/MakerCommand.php @@ -79,7 +79,7 @@ protected function interact(InputInterface $input, OutputInterface $output) if (!$this->fileManager->isNamespaceConfiguredToAutoload($this->generator->getRootNamespace())) { $this->io->note([ sprintf('It looks like your app may be using a namespace other than "%s".', $this->generator->getRootNamespace()), - 'To configure this and make your life easier, see: https://symfony.com/doc/current/bundles/SymfonyMakerBundle/index.html#configuration.', + 'To configure this and make your life easier, see: https://symfony.com/doc/current/bundles/SymfonyMakerBundle/index.html#configuration', ]); }