From: Michal Fojtik <[email protected]>

Signed-off-by: Michal fojtik <[email protected]>
---
 server/README.md |   12 +++++-------
 1 file changed, 5 insertions(+), 7 deletions(-)

diff --git a/server/README.md b/server/README.md
index aacc0af..750ebf7 100644
--- a/server/README.md
+++ b/server/README.md
@@ -6,14 +6,14 @@ Deltacloud protects yourapps from cloud API changes and 
incompatibilities,
 so you can concentrate on managing cloud instances the way you want.
 
 You can find more documentation at the Deltacloud web site at:
-[incubator.apache.org/deltacloud](http://incubator.apache.org/deltacloud/)
+[deltacloud.apache.org](http://deltacloud.apache.org/)
 
 Prerequisites
 -------------
 
 Deltacloud Core depends on a number of other Ruby libraries. The easiest
 way to install them is to either install the deltacloud-core package from
-your distribution is repository, e.g. `yum install deltacloud-core` on
+your distribution is repository, e.g. `yum install deltacloud-core-all` on
 Fedora, or install the gem with `gem install deltacloud-core`.
 
 If you do not want to do that, have a look at the dependencies in the gem
@@ -21,9 +21,7 @@ spec for deltacloud-core and install them manually from git 
repository:
 
     $ mkdir deltacloud
     $ cd deltacloud
-    $ git svn init -s https://svn.apache.org/repos/asf/incubator/deltacloud
-    $ git svn fetch --log-window-size 10000
-    $ git clone git://git.apache.org/deltacloud.git core
+    $ git clone https://git-wip-us.apache.org/repos/asf/deltacloud.git core
 
 Running
 -------
@@ -45,7 +43,7 @@ set _format_ to URLs, they should simply set the _Accept_ 
header appropriately.
 Some operations require authentication. For the mock driver, the username
 and password are *mockuser* and *mockpassword*. A current list of drivers
 and what kind of credentials they need can be found at
-Deltacloud Incubator site (http://incubator.apache.org/deltacloud/drivers.html)
+Deltacloud Incubator site 
(http://deltacloud.apache.org/deltacloud/drivers.html)
 
 Happy hacking - and do not forget to send patches to the mailing list (see
 [deltacloud-devel](https://fedorahosted.org/mailman/listinfo/deltacloud-devel) 
or
@@ -54,7 +52,7 @@ You could send patches using `git format-patch master` and 
then `git send-email
 --thread`. Example _git/.config_ file:
 
     [sendemail]
-        to = [email protected]
+        to = [email protected]
         signedoffbycc=no
         chainreplyto=no
         smtpserver=YOUR_SMTP_SERVER_HERE
-- 
1.7.10.1

Reply via email to