Updated README to reflect transfer

This patch updates the README to reflect the org transfer.
diff --git a/README.md b/README.md
index ea1b0cc..c8f09c5 100644
--- a/README.md
+++ b/README.md
@@ -9,7 +9,7 @@
 There is an RPM available for installing on RedHat/CentOS:
 
 ```shell
-$ yum install https://github.com/akutz/cloud-init-vmware-guestinfo/releases/download/v1.1.0/cloud-init-vmware-guestinfo-1.1.0-1.el7.noarch.rpm
+$ yum install https://github.com/vmware/cloud-init-vmware-guestinfo/releases/download/v1.1.0/cloud-init-vmware-guestinfo-1.1.0-1.el7.noarch.rpm
 ```
 
 ### Installing on other Linux distributions
@@ -17,7 +17,7 @@
 where cloud-init is already present. To do so, simply execute the following:
 
 ```shell
-$ curl -sSL https://raw.githubusercontent.com/akutz/cloud-init-vmware-guestinfo/master/install.sh | sh -
+$ curl -sSL https://raw.githubusercontent.com/vmware/cloud-init-vmware-guestinfo/master/install.sh | sh -
 ```
 
 ## Configuration