From e1c7a3b06d913d24c0364fe56e17b90c4e97ece5 Mon Sep 17 00:00:00 2001 From: lwagner Date: Sat, 3 Dec 2011 16:26:18 +0100 Subject: [PATCH] Fix case in repo urls --- README.markdown | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.markdown b/README.markdown index 8c0cc76..c2ad49e 100644 --- a/README.markdown +++ b/README.markdown @@ -28,10 +28,10 @@ If you are using the `deps` file to manage your project's dependencies, you must add the following lines to it: [gaufrette] - git=http://github.com/knplabs/Gaufrette.git + git=http://github.com/KnpLabs/Gaufrette.git [KnpGaufretteBundle] - git=http://github.com/knplabs/KnpGaufretteBundle.git + git=http://github.com/KnpLabs/KnpGaufretteBundle.git target=/bundles/Knp/Bundle/GaufretteBundle ### Git Submodule Style @@ -39,7 +39,7 @@ you must add the following lines to it: If you are versioning your project with git, you had better to embed it as a submodule: - $ git submodule add https://github.com/knplabs/KnpGaufretteBundle.git vendor/bundles/Knp/Bundle/GaufretteBundle + $ git submodule add https://github.com/KnpLabs/KnpGaufretteBundle.git vendor/bundles/Knp/Bundle/GaufretteBundle ## Add the namespace in the autoloader @@ -283,4 +283,4 @@ knp_gaufrette: hosts: ["192.168.0.1:7001", "192.168.0.2:7001"] ``` -[gaufrette-homepage]: https://github.com/knplabs/Gaufrette +[gaufrette-homepage]: https://github.com/KnpLabs/Gaufrette