Skip to content

Commit 1cbcf11

Browse files
committed
minor #16772 [DependencyInjection] Fix a reference to the article about expressions (javiereguiluz)
This PR was squashed before being merged into the 6.1 branch. Discussion ---------- [DependencyInjection] Fix a reference to the article about expressions Reported by Symfony Docs builder: ``` Errors for symfony / 6.1 Build errors from "2022-05-03 10:20:12" Found invalid reference "/service_container/expressions" in file "service_container/factories" Found invalid reference "/service_container/expressions" in file "service_container/factories" ``` Commits ------- da91570 [DependencyInjection] Fix a reference to the article about expressions
2 parents 082570a + da91570 commit 1cbcf11

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)