Skip to content

Commit 19f5de5

Browse files
committed
request_lifecycle.md: Update Symfony doc link
1 parent fa9c7ed commit 19f5de5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/infrastructure_and_maintenance/request_lifecycle.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ The `HttpKernel` then dispatches a `kernel.controller_arguments` (`KernelEvents:
154154
## Controller execution
155155

156156
The `HttpKernel` extracts from the request the controller and the arguments to pass to the controller.
157-
[Argument resolvers]([[= symfony_doc =]]/controller/argument_value_resolver.html) work in a way similar to autowiring.
157+
[Argument resolvers]([[= symfony_doc =]]/controller/value_resolver.html) work in a way similar to autowiring.
158158
The `HttpKernel` executes the controller with those arguments.
159159

160160
As a reminder, the controller and its argument can be:

0 commit comments

Comments
 (0)