瀏覽代碼

Merge pull request #438 from mbontemps/patch-1

Fix KnpLabs case in repo urls
Thomas 13 年之前
父節點
當前提交
fa55681fc0
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      Resources/doc/reference/installation.rst

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

@@ -16,11 +16,11 @@ the following lines to the file ``deps``::
       target=/bundles/Sonata/AdminBundle
       target=/bundles/Sonata/AdminBundle
 
 
   [MenuBundle]
   [MenuBundle]
-      git=http://github.com/knplabs/KnpMenuBundle.git
+      git=http://github.com/KnpLabs/KnpMenuBundle.git
       target=/bundles/Knp/Bundle/MenuBundle
       target=/bundles/Knp/Bundle/MenuBundle
 
 
   [KnpMenu]
   [KnpMenu]
-      git=https://github.com/knplabs/KnpMenu.git
+      git=https://github.com/KnpLabs/KnpMenu.git
       target=/knp/menu
       target=/knp/menu
 
 
 and run::
 and run::