From 76bd41018e98d480bd2f0d411c93fcf73a25ce5a Mon Sep 17 00:00:00 2001 From: Matthias Noback Date: Thu, 15 Nov 2012 10:34:29 +0100 Subject: [PATCH] Fixed git URLs for the deps file --- Resources/doc/installation.rst | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/Resources/doc/installation.rst b/Resources/doc/installation.rst index b98f9d1..00088a3 100644 --- a/Resources/doc/installation.rst +++ b/Resources/doc/installation.rst @@ -12,16 +12,16 @@ Download `BeSimple\\SoapCommon`_ and `BeSimple\\SoapServer`_ (only for the serve ; deps file [BeSimple\SoapCommon] - git=http://github.com/BeSimple/SoapCommon - target=/besimple-soapcommon - + git=https://github.com/BeSimple/BeSimpleSoapCommon.git + target=besimple-soapcommon + [BeSimple\SoapClient] - git=http://github.com/BeSimple/SoapClient - target=/besimple-soapclient - + git=https://github.com/BeSimple/BeSimpleSoapClient.git + target=besimple-soapclient + [BeSimple\SoapServer] - git=http://github.com/BeSimple/SoapServer - target=/besimple-soapserver + git=https://github.com/BeSimple/BeSimpleSoapServer.git + target=besimple-soapserver Add `BeSimple` libraries in autoload.php