소스 검색

Fix KnpLabs case in repo urls

Matthieu Bontemps 13 년 전
부모
커밋
ffb28fa6f7
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
 
   [MenuBundle]
-      git=http://github.com/knplabs/KnpMenuBundle.git
+      git=http://github.com/KnpLabs/KnpMenuBundle.git
       target=/bundles/Knp/Bundle/MenuBundle
 
   [KnpMenu]
-      git=https://github.com/knplabs/KnpMenu.git
+      git=https://github.com/KnpLabs/KnpMenu.git
       target=/knp/menu
 
 and run::