summaryrefslogtreecommitdiffstats
path: root/docs/INSTALL
diff options
context:
space:
mode:
Diffstat (limited to 'docs/INSTALL')
-rw-r--r--docs/INSTALL8
1 files changed, 3 insertions, 5 deletions
diff --git a/docs/INSTALL b/docs/INSTALL
index ea16404..803c7ff 100644
--- a/docs/INSTALL
+++ b/docs/INSTALL
@@ -61,14 +61,12 @@ in brackets):
ln -s ../packages/django/django ./django
We also use the django-registration infrastructure from
- http://code.google.com/p/django-registration/
+ http://bitbucket.org/ubernostrum/django-registration/
cd lib/packages/
- svn checkout \
- http://django-registration.googlecode.com/svn/trunk/registration/ \
- django-registration
+ hg clone http://bitbucket.org/ubernostrum/django-registration/
cd ../../apps
- ln -s ../lib/packages/django-registration ./registration
+ ln -s ../lib/packages/django-registration/registration ./registration
We also use some Javascript libraries: