Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit da91570

Browse files
committed
[DependencyInjection] Fix a reference to the article about expressions
1 parent 082570a commit da91570

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
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

service_container/factories.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ Using Expressions in Service Factories
247247
Using expressions as factories was introduced in Symfony 6.1.
248248

249249
Instead of using PHP classes as a factory, you can also use
250-
:doc:`expressions </service_container/expressions>`. This allows you to
250+
:doc:`expressions </service_container/expression_language>`. This allows you to
251251
e.g. change the service based on a parameter:
252252

253253
.. configuration-block::

0 commit comments

Comments
 (0)