Skip to content

Commit 112083b

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)