@@ -24,7 +24,7 @@ The Symfony2 Event Dispatcher component implements the `Observer`_ pattern in
24
24
a simple and effective way to make all these things possible and to make your
25
25
projects truly extensible.
26
26
27
- Take a simple example from the` Symfony2 HttpKernel component `_ . Once a
27
+ Take a simple example from the:doc: ` /components/http_kernel/introduction ` . Once a
28
28
``Response `` object has been created, it may be useful to allow other elements
29
29
in the system to modify it (e.g. add some cache headers) before it's actually
30
30
used. To make this possible, the Symfony2 kernel throws an event -
@@ -487,7 +487,6 @@ Now, any listeners to ``store.order`` that have not yet been called will *not*
487
487
be called.
488
488
489
489
.. _Observer :http://en.wikipedia.org/wiki/Observer_pattern
490
- .. _`Symfony2 HttpKernel component` :https://github.com/symfony/HttpKernel
491
490
.. _Closures :http://php.net/manual/en/functions.anonymous.php
492
491
.. _PHP callable :http://www.php.net/manual/en/language.pseudo-types.php#language.types.callback
493
492
.. _Packagist :https://packagist.org/packages/symfony/event-dispatcher