Skip to content

Commit 718f87f

Browse files
Fixed link and added to index
1 parent 1648d76 commit 718f87f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

components/dependency_injection/compilation.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Managing Configuration with Extensions
4242
--------------------------------------
4343

4444
As well as loading configuration directly into the container as shown in
45-
:doc:`/components/dependency_injection/index` you can manage it by registering
45+
:doc:`/components/dependency_injection/introduction` you can manage it by registering
4646
extensions with the container. The extensions must implement :class:`Symfony\\Component\\DependencyInjection\\Extension\\ExtensionInterface`
4747
and can be registered with the container with::
4848

components/dependency_injection/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@
66

77
introduction
88
definitions
9+
compilation

0 commit comments

Comments
 (0)