From f671c57641d4dd211d8a43cb5c47b7a00a49be9a Mon Sep 17 00:00:00 2001 From: Laurent Peuch <cortex@worlddomination.be> Date: Sat, 9 Nov 2013 13:29:00 +0100 Subject: [PATCH] [doc] update README to match new reality --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index e604a1f0..8135f773 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@ - git clone git@github.com:Psycojoker/django-parltrack-votes.git - git clone git@github.com:Psycojoker/django-representatives.git - git clone git@github.com:Psycojoker/yolopol.git + git clone git@github.com:political-memory/django-representatives-votes.git + git clone git@github.com:political-memory/django-representatives.git + git clone git@github.com:political-memory/political_memory.git - cd yolopol - ln -s ../django-parltrack-votes/parltrack_votes/ . + cd political_memory + ln -s ../django-representatives-votes/parltrack_votes/ . ln -s ../django-representatives/representatives/ . virtualenv ve -- GitLab