Browse Source

[Docs-Installation] Fixed adding submodule MenuBundle

jaimesuez 14 năm trước cách đây
mục cha
commit
fece5bd53b
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      Resources/doc/reference/installation.rst

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

@@ -12,7 +12,7 @@ git, you can add them as submodules::
   git submodule add git@github.com:sonata-project/jQueryBundle.git src/Sonata/jQueryBundle
   git submodule add git@github.com:sonata-project/BluePrintBundle.git src/Sonata/BluePrintBundle
   git submodule add git@github.com:sonata-project/AdminBundle.git src/Sonata/AdminBundle
-  git submodule add git@github.com:sonata-project/MenuBundle.git src/Knplabs/MenuBundle
+  git submodule add git@github.com:sonata-project/MenuBundle.git src/Knplabs/Bundle/MenuBundle
 
 Next, be sure to enable the bundles in your application kernel: