From 9d8561467974b371ec6f267e7161fd96da4b8b1c Mon Sep 17 00:00:00 2001 From: Dirk Wallenstein Date: Wed, 12 Jan 2011 23:05:06 +0000 Subject: docs: Fix link creation example Signed-off-by: Dirk Wallenstein Signed-off-by: Jeremy Kerr --- docs/INSTALL | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/INSTALL b/docs/INSTALL index 57e8042..4c178ef 100644 --- a/docs/INSTALL +++ b/docs/INSTALL @@ -90,7 +90,7 @@ in brackets): cd lib/packages/ hg clone http://bitbucket.org/ubernostrum/django-registration/ cd ../python - ln -s ../lib/packages/django-registration/registration ./registration + ln -s ../packages/django-registration/registration ./registration We also use some Javascript libraries: -- cgit v1.2.3