diff --git a/cookbook/configuration/front_controllers_and_kernel.rst b/cookbook/configuration/front_controllers_and_kernel.rst index e05abb9be75..bdf3443bec9 100644 --- a/cookbook/configuration/front_controllers_and_kernel.rst +++ b/cookbook/configuration/front_controllers_and_kernel.rst @@ -40,12 +40,13 @@ and return the resulting response to the browser. Because every request is routed through it, the front controller can be used to perform global initializations prior to setting up the kernel or -to *`decorate`_* the kernel with additional features. Examples include: +to `decorate`_ the kernel with additional features. Examples include: * Configuring the autoloader or adding additional autoloading mechanisms; * Adding HTTP level caching by wrapping the kernel with an instance of :ref:`AppCache`; -* Enabling the :doc:`/components/debug`. +* Enabling (or skipping) the :doc:`ClassCache ` +* Enabling the :doc:`Debug Component `. The front controller can be chosen by requesting URLs like: