From 6828050a46ae006d7dc17fbf113cf952ca7111ce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexandru=20Furculita=20=E2=99=BB?= Date: Sun, 30 Jul 2017 17:33:29 +0300 Subject: [PATCH] Update event_dispatcher.rst The TraceableDispatcher is not part of the HttpKernel component anymore --- components/event_dispatcher.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/components/event_dispatcher.rst b/components/event_dispatcher.rst index 95f74983550..56044379fca 100644 --- a/components/event_dispatcher.rst +++ b/components/event_dispatcher.rst @@ -497,8 +497,7 @@ with some other dispatchers: * :doc:`/components/event_dispatcher/container_aware_dispatcher` * :doc:`/components/event_dispatcher/immutable_dispatcher` -* :doc:`/components/event_dispatcher/traceable_dispatcher` (provided by the - :doc:`HttpKernel component `) +* :doc:`/components/event_dispatcher/traceable_dispatcher` Learn More ----------