Explorar el Código

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

Matthias Breddin hace 13 años
padre
commit
fa81cb5261
Se han modificado 1 ficheros con 3 adiciones y 3 borrados
  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::