Skip to content

Commit 9070519

Browse files
committed
minor #16352 Reference the open sourced Symfony CLI code (wouterj)
This PR was merged into the 4.4 branch. Discussion ---------- Reference the open sourced Symfony CLI code Symfony CLI is open source now 🥳 https://symfony.com/blog/announcing-the-open-sourcing-of-the-symfony-cli Commits ------- cdabcf9 Reference the open sourced Symfony CLI code
2 parents 569b773 + cdabcf9 commit 9070519

File tree

2 files changed

+6
-8
lines changed

2 files changed

+6
-8
lines changed

setup.rst

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,8 @@ requirements. Open your console terminal and run this command:
3939
4040
.. note::
4141

42-
The Symfony binary is developed internally at Symfony. If you want to
43-
report a bug or suggest a new feature, please create an issue on
44-
`symfony/cli`_.
42+
The Symfony CLI is written in Go and you can contribute to it in the
43+
`symfony-cli/symfony-cli GitHub repository`_.
4544

4645
.. _creating-symfony-applications:
4746

@@ -310,7 +309,7 @@ Learn More
310309
.. _`Stellar Development with Symfony`: https://symfonycasts.com/screencast/symfony
311310
.. _`Install Composer`: https://getcomposer.org/download/
312311
.. _`install Symfony CLI`: https://symfony.com/download
313-
.. _`symfony/cli`: https://github.com/symfony/cli
312+
.. _`symfony-cli/symfony-cli GitHub repository`: https://github.com/symfony-cli/symfony-cli
314313
.. _`The Symfony Demo Application`: https://github.com/symfony/demo
315314
.. _`Symfony Flex`: https://github.com/symfony/flex
316315
.. _`PHP security advisories database`: https://github.com/FriendsOfPHP/security-advisories

setup/symfony_server.rst

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,8 @@ The Symfony server is part of the ``symfony`` binary created when you
1919

2020
.. note::
2121

22-
The Symfony binary is developed internally at Symfony. If you want to
23-
report a bug or suggest a new feature, please create an issue on
24-
`symfony/cli`_.
22+
You can view and contribute to the Symfony CLI source in the
23+
`symfony-cli/symfony-cli GitHub repository`_.
2524

2625
Getting Started
2726
---------------
@@ -421,7 +420,7 @@ debug any issues.
421420
`Read SymfonyCloud technical docs`_.
422421

423422
.. _`install Symfony`: https://symfony.com/download
424-
.. _`symfony/cli`: https://github.com/symfony/cli
423+
.. _`symfony-cli/symfony-cli GitHub repository`: https://github.com/symfony-cli/symfony-cli
425424
.. _`Docker`: https://en.wikipedia.org/wiki/Docker_(software)
426425
.. _`SymfonyCloud`: https://symfony.com/cloud/
427426
.. _`Read SymfonyCloud technical docs`: https://symfony.com/doc/master/cloud/intro.html

0 commit comments

Comments
 (0)