8000 Merge branch '5.4' into 6.0 · symfony/symfony-docs@9feec1d · GitHub
[go: up one dir, main page]

Skip to content

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 9feec1d

Browse files
committed
Merge branch '5.4' into 6.0
* 5.4: Remove an unused reference removing references to flex.symfony.com
2 parents 5e61482 + 1f2f0e4 commit 9feec1d

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

frontend/encore/simple-example.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -467,7 +467,6 @@ Encore supports many more features! For a full list of what you can do, see
467467
.. _`WebpackEncoreBundle Configuration`: https://github.com/symfony/webpack-encore-bundle#configuration
468468
.. _`Stimulus`: https://stimulus.hotwired.dev/
469469
.. _`Stimulus Documentation`: https://stimulus.hotwired.dev/handbook/introduction
470-
.. _`Symfony UX Packages`: https://github.com/symfony/ux
471470
.. _`Symfony Stimulus Bridge`: https://github.com/symfony/stimulus-bridge
472471
.. _`Turbo`: https://turbo.hotwired.dev/
473472
.. _`symfony/ux-turbo`: https://symfony.com/bundles/ux-turbo/current/index.html

page_creation.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -368,4 +368,4 @@ Go Deeper with HTTP & Framework Fundamentals
368368
.. _`Twig`: https://twig.symfony.com
369369
.. _`Composer`: https://getcomposer.org
370370
.. _`Stellar Development with Symfony`: https://symfonycasts.com/screencast/symfony/setup
371-
.. _`Flex recipes`: https://flex.symfony.com
371+
.. _`Flex recipes`: https://github.com/symfony/recipes/blob/flex/main/RECIPES.md

quick_tour/flex_recipes.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ It's a way for a library to automatically configure itself by adding and modifyi
5353
files. Thanks to recipes, adding features is seamless and automated: install a package
5454
and you're done!
5555

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

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

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

0 commit comments

Comments
 (0)
0