Skip to content

Commit 540b3f0

Browse files
Fixed a wrong reference
1 parent cdcce28 commit 540b3f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

service_container/compiler_passes.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ How to Work with Compiler Passes in Bundles
88
Compiler passes give you an opportunity to manipulate other service
99
definitions that have been registered with the service container. You
1010
can read about how to create them in the components section
11-
":ref:`creating-separate-compiler-passes`".
11+
":ref:`components-di-separate-compiler-passes`".
1212

1313
When using :ref:`separate compiler passes <components-di-separate-compiler-passes>`,
1414
you need to register them in the ``build()`` method of the bundle class (this

0 commit comments

Comments
 (0)