From 16b1f1bf6a5c151dc29f3e70709719568e36a609 Mon Sep 17 00:00:00 2001 From: gnito-org <70450336+gnito-org@users.noreply.github.com> Date: Sun, 12 Dec 2021 10:19:27 -0400 Subject: [PATCH] [CLI] Add link in setup.rst to Symfony CLI source repo --- setup.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/setup.rst b/setup.rst index c795feab42e..154ccae9e8b 100644 --- a/setup.rst +++ b/setup.rst @@ -39,8 +39,8 @@ requirements. Open your console terminal and run this command: .. note:: - The Symfony binary is developed internally at Symfony. If you want to - report a bug or suggest a new feature, please create an issue on + The Symfony CLI source is available at the `Symfony CLI organization repository`_. If + you want to report a bug or suggest a new feature, please create an issue on `symfony/cli`_. .. _creating-symfony-applications: @@ -319,6 +319,7 @@ Learn More .. _`Install Composer`: https://getcomposer.org/download/ .. _`install Symfony CLI`: https://symfony.com/download .. _`symfony/cli`: https://github.com/symfony/cli +.. _`Symfony CLI organization repository`: https://github.com/symfony-cli .. _`The Symfony Demo Application`: https://github.com/symfony/demo .. _`Symfony Flex`: https://github.com/symfony/flex .. _`PHP security advisories database`: https://github.com/FriendsOfPHP/security-advisories