Skip to content

Commit 3297b4b

Browse files
committed
[components] Fixing some build errors with the DI workflow
1 parent fb9ceeb commit 3297b4b

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

components/dependency_injection/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,5 @@
1212
factories
1313
parentservices
1414
advanced
15+
workflow
1516

components/dependency_injection/workflow.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Working with cached Container
2424
Before building it, the kernel checks to see if a cached version of the container
2525
exists. The ``HttpKernel`` has a debug setting and if this is false, the
2626
cached version is used if it exists. If debug is true then the kernel
27-
:doc:`checks to see if configuration is fresh<components/config/caching>`
27+
:doc:`checks to see if configuration is fresh</components/config/caching>`
2828
and if it is, the cached version of the container is. If not then the container
2929
is built from the application-level configuration and the bundles's extension
3030
configuration.
@@ -51,11 +51,11 @@ Bundle-level Configuration with Extensions
5151

5252
By convention, each bundle contains an Extension class which is in the bundle's
5353
``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>`,
5555
the application-level configuration relevant to the bundle's extension is
5656
passed to the Extension which also usually loads its own config file(s), typically from the bundle's
5757
``Resources/config`` directory. The application-level config is usually processed
58-
with a :doc:`Configuration object<components/config/definition>` also stored
58+
with a :doc:`Configuration object</components/config/definition>` also stored
5959
in the bundle's ``DependencyInjection`` directory.
6060

6161
Compiler passes to allow Interaction between Bundles

components/map.rst.inc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
* :doc:`/components/dependency_injection/factories`
2929
* :doc:`/components/dependency_injection/parentservices`
3030
* :doc:`/components/dependency_injection/advanced`
31+
* :doc:`/components/dependency_injection/workflow`
3132

3233
* **DOM Crawler**
3334

0 commit comments

Comments
 (0)