Skip to content

Commit 95c6b41

Browse files
committed
Merge pull request #1614 from richardmiller/adding_link_from_di_to_config
Adding link from di to config
2 parents 50d3360 + 7557875 commit 95c6b41

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

components/dependency_injection/introduction.rst

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -198,11 +198,7 @@ Setting Up the Container with Configuration Files
198198
-------------------------------------------------
199199

200200
As well as setting up the services using PHP as above you can also use configuration
201-
files. To do this you also need to install the Config component:
202-
203-
* Use the official Git repository (https://github.com/symfony/Config);
204-
* Install it via PEAR ( `pear.symfony.com/Config`);
205-
* Install it via Composer (`symfony/config` on Packagist).
201+
files. To do this you also need to install :doc:`the Config Component</components/config/introduction>`.
206202

207203
Loading an xml config file:
208204

0 commit comments

Comments
 (0)