From cdcce2890f8a5a921bb75950d715ef33fdae0c4e Mon Sep 17 00:00:00 2001 From: Robert Freigang Date: Tue, 30 May 2017 10:24:37 +0200 Subject: [PATCH 1/2] fix broken hash value of link E.g. change http://symfony.com/doc/2.8/components/dependency_injection/compilation.html#components-di-separate-compiler-passes to http://symfony.com/doc/2.8/components/dependency_injection/compilation.html#creating-separate-compiler-passes Affects all upstream versions up to 3.3/3.4 --- 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 55ac01b5b8c..ffecebf158a 100644 --- a/service_container/compiler_passes.rst +++ b/service_container/compiler_passes.rst @@ -8,7 +8,7 @@ How to Work with Compiler Passes in Bundles Compiler passes give you an opportunity to manipulate other service definitions that have been registered with the service container. You can read about how to create them in the components section -":ref:`components-di-compiler-pass`". +":ref:`creating-separate-compiler-passes`". When using :ref:`separate compiler passes `, you need to register them in the ``build()`` method of the bundle class (this From 540b3f036a5d1119fb850884e211bef249a08b9c Mon Sep 17 00:00:00 2001 From: Javier Eguiluz Date: Sat, 23 Dec 2017 11:31:28 +0100 Subject: [PATCH 2/2] Fixed a wrong 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 ffecebf158a..d93ddd3d01b 100644 --- a/service_container/compiler_passes.rst +++ b/service_container/compiler_passes.rst @@ -8,7 +8,7 @@ How to Work with Compiler Passes in Bundles Compiler passes give you an opportunity to manipulate other service definitions that have been registered with the service container. You can read about how to create them in the components section -":ref:`creating-separate-compiler-passes`". +":ref:`components-di-separate-compiler-passes`". When using :ref:`separate compiler passes `, you need to register them in the ``build()`` method of the bundle class (this