We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1648d76 commit 718f87fCopy full SHA for 718f87f
components/dependency_injection/compilation.rst
@@ -42,7 +42,7 @@ Managing Configuration with Extensions
42
--------------------------------------
43
44
As well as loading configuration directly into the container as shown in
45
-:doc:`/components/dependency_injection/index` you can manage it by registering
+:doc:`/components/dependency_injection/introduction` you can manage it by registering
46
extensions with the container. The extensions must implement :class:`Symfony\\Component\\DependencyInjection\\Extension\\ExtensionInterface`
47
and can be registered with the container with::
48
components/dependency_injection/index.rst
@@ -6,3 +6,4 @@
6
7
introduction
8
definitions
9
+ compilation
0 commit comments