diff --git a/service_container/compiler_passes.rst b/service_container/compiler_passes.rst index a591240d816..4d959e93dc6 100644 --- a/service_container/compiler_passes.rst +++ b/service_container/compiler_passes.rst @@ -68,7 +68,7 @@ and process the services inside the ``process()`` method:: Working with Compiler Passes in Bundles --------------------------------------- -`Bundles `_ can define compiler passes in the ``build()`` method of +:doc:`Bundles ` can define compiler passes in the ``build()`` method of the main bundle class (this is not needed when implementing the ``process()`` method in the extension)::