Skip to content

Removing references to flex.symfony.com #16780

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 4, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion page_creation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -368,4 +368,4 @@ Go Deeper with HTTP & Framework Fundamentals
.. _`Twig`: https://twig.symfony.com
.. _`Composer`: https://getcomposer.org
.. _`Stellar Development with Symfony`: https://symfonycasts.com/screencast/symfony/setup
.. _`Flex recipes`: https://flex.symfony.com
.. _`Flex recipes`: https://github.com/symfony/recipes/blob/flex/main/RECIPES.md
4 changes: 2 additions & 2 deletions quick_tour/flex_recipes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ It's a way for a library to automatically configure itself by adding and modifyi
files. Thanks to recipes, adding features is seamless and automated: install a package
and you're done!

You can find a full list of recipes and aliases by going to `https://flex.symfony.com`_.
You can find a full list of recipes and aliases inside `RECIPES.md on the recipes repository`_.

What did this recipe do? In addition to automatically enabling the feature in
``config/bundles.php``, it added 3 things:
Expand Down Expand Up @@ -264,6 +264,6 @@ and it's the most important yet. I want to show you how Symfony empowers you to
build features *without* sacrificing code quality or performance. It's all about
the service container, and it's Symfony's super power. Read on: about :doc:`/quick_tour/the_architecture`.

.. _`https://flex.symfony.com`: https://flex.symfony.com
.. _`RECIPES.md on the recipes repository`: https://github.com/symfony/recipes/blob/flex/main/RECIPES.md
.. _`API Platform`: https://api-platform.com/
.. _`Twig`: https://twig.symfony.com/