From patchwork Thu Jan 13 09:05:06 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Dirk Wallenstein X-Patchwork-Id: 78694 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from bilbo.ozlabs.org (localhost [127.0.0.1]) by ozlabs.org (Postfix) with ESMTP id 5546FB718A for ; Thu, 13 Jan 2011 20:05:33 +1100 (EST) Received: from mailout03.t-online.de (mailout03.t-online.de [194.25.134.81]) by ozlabs.org (Postfix) with ESMTP id 92CE3B70F6 for ; Thu, 13 Jan 2011 20:05:30 +1100 (EST) Received: from fwd08.aul.t-online.de (fwd08.aul.t-online.de ) by mailout03.t-online.de with smtp id 1PdJ7W-0002QT-RZ; Thu, 13 Jan 2011 10:05:26 +0100 Received: from localhost.localdomain (r3H-eYZZrhEm7sUKMMTrGLvoRRJPT4lJtzUq0kfUXrbmDmgvvcQ1UkrRUjnMhb5gYI@[84.139.36.93]) by fwd08.t-online.de with esmtp id 1PdJ7M-1cGFbG0; Thu, 13 Jan 2011 10:05:16 +0100 From: Dirk Wallenstein To: patchwork@lists.ozlabs.org Subject: [PATCH 1/4] docs: Fix link creation example Date: Thu, 13 Jan 2011 10:05:06 +0100 Message-Id: <1294909509-20746-2-git-send-email-halsmit@t-online.de> X-Mailer: git-send-email 1.7.3.2 In-Reply-To: <1294909509-20746-1-git-send-email-halsmit@t-online.de> References: <1294909509-20746-1-git-send-email-halsmit@t-online.de> X-ID: r3H-eYZZrhEm7sUKMMTrGLvoRRJPT4lJtzUq0kfUXrbmDmgvvcQ1UkrRUjnMhb5gYI X-TOI-MSGID: 7ee36634-b516-4ef8-a745-80837e4e4366 X-BeenThere: patchwork@lists.ozlabs.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Patchwork development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: patchwork-bounces+incoming=patchwork.ozlabs.org@lists.ozlabs.org Errors-To: patchwork-bounces+incoming=patchwork.ozlabs.org@lists.ozlabs.org Signed-off-by: Dirk Wallenstein --- docs/INSTALL | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) 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: