فهرست منبع

Changed the deps PATH, the old ones aren't working.

Matthias Breddin 13 سال پیش
والد
کامیت
fa81cb5261
1فایلهای تغییر یافته به همراه3 افزوده شده و 3 حذف شده
  1. 3 3
      Resources/doc/reference/installation.rst

+ 3 - 3
Resources/doc/reference/installation.rst

@@ -9,15 +9,15 @@ the following lines to the file ``deps``::
 
     [SonataUserBundle]
         git=git://github.com/sonata-project/SonataUserBundle.git
-        target=/bundles/Sonata/SonataUserBundle
+        target=/bundles/Sonata/UserBundle
 
     [SonataEasyExtendsBundle]
         git=git://github.com/sonata-project/SonataEasyExtendsBundle.git
-        target=/bundles/Sonata/SonataEasyExtendsBundle
+        target=/bundles/Sonata/EasyExtendsBundle
 
     [SonataAdminBundle]
         git=git://github.com/sonata-project/SonataAdminBundle.git
-        target=/bundles/Sonata/SonataAdminBundle
+        target=/bundles/Sonata/AdminBundle
 
 and run::