Jelajahi Sumber

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

Matthias Breddin 13 tahun lalu
induk
melakukan
fa81cb5261
1 mengubah file dengan 3 tambahan dan 3 penghapusan
  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::