File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
components/dependency_injection Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ Bundle-level Configuration with Extensions
51
51
52
52
By convention, each bundle contains an Extension class which is in the bundle's
53
53
``DependencyInjection `` directory. These are registered with the ``ContainerBuilder ``
54
- when the kernel is booted. When the ``ContainerBuilder `` is :doc: `/ compiled<components/dependency-injection/compilation> `,
54
+ when the kernel is booted. When the ``ContainerBuilder `` is :doc: `compiled</ components/dependency-injection/compilation> `,
55
55
the application-level configuration relevant to the bundle's extension is
56
56
passed to the Extension which also usually loads its own config file(s), typically from the bundle's
57
57
``Resources/config `` directory. The application-level config is usually processed
You can’t perform that action at this time.
0 commit comments