Merge pull request #190 from mpeuster/master
Fix: Installation description/scripts pointing to outdated containernet
diff --git a/README.md b/README.md
index 60743c2..f144818 100755
--- a/README.md
+++ b/README.md
@@ -100,7 +100,7 @@
#### 1. Containernet
* `cd`
-* `git clone https://github.com/mpeuster/containernet.git`
+* `git clone https://github.com/containernet/containernet.git`
* `cd ~/containernet/ansible`
* `sudo ansible-playbook install.yml`
* Wait (and have a coffee) ...
diff --git a/Vagrantfile b/Vagrantfile
index b87a9f5..7c9c68f 100644
--- a/Vagrantfile
+++ b/Vagrantfile
@@ -111,7 +111,7 @@
sudo apt-get install -y git ansible aptitude
sudo echo "localhost ansible_connection=local" >> /etc/ansible/hosts
# install containernet
- git clone https://github.com/mpeuster/containernet.git
+ git clone https://github.com/containernet/containernet.git
echo "Installing containernet (will take some time ~30 minutes) ..."
cd /home/vagrant/containernet/ansible
sudo ansible-playbook install.yml