From 6053234549348ec20cbc1461aea8191f56913f9e Mon Sep 17 00:00:00 2001 From: Christian Flothmann Date: Thu, 4 Jul 2019 10:20:42 +0200 Subject: [PATCH] fix using the doc role for internal reference --- service_container/compiler_passes.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)::