From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29497 invoked by alias); 5 Feb 2013 17:50:18 -0000 Mailing-List: contact zsh-workers-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Workers List List-Post: List-Help: X-Seq: 31029 Received: (qmail 23217 invoked from network); 5 Feb 2013 17:50:17 -0000 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-1.6 required=5.0 tests=BAYES_00,DKIM_ADSP_CUSTOM_MED, DKIM_SIGNED,FREEMAIL_FROM,NML_ADSP_CUSTOM_MED,RCVD_IN_DNSWL_LOW, T_DKIM_INVALID,T_TO_NO_BRKTS_FREEMAIL autolearn=no version=3.3.2 Received-SPF: pass (ns1.primenet.com.au: SPF record at _netblocks.google.com designates 209.85.214.47 as permitted sender) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:from:to:subject:date:message-id:x-mailer; bh=Hbleuw5anAVt35uNCLvqslMlnxNaDtT5wVId53/XZnI=; b=LW/eDNUQ0CIRnN9p3oCslXj/ZHWa79UEyjhHGmcjBIcLVfER+uCFY3Ts20oSXikRfV FSyi/viTrqU1HRS8L+LtqDHLHojKmYyF/I902YnPz8HaFp3qW8S13/KfBsDJH8SwcCGi rXtWPxMz7pcnOtjLcg+dLwbrtnKLRoYMjDYRjEJugPysnJg6ASwZVLJOs2J8GDiiZTqx /KzyOVxEWxoRLrXVwEqgjBJnP6/2N3oX6Ok4CwI5lgcYlOuWYBzK73aB7edYpS88wAyG lj+ngBTm1mD+bHE2N8eWDsWMkcgsgp0HEwoyx2qwPw2JmLmmjljQzko26b+L2FHRj77L vCEg== X-Received: by 10.205.138.148 with SMTP id is20mr3037439bkc.45.1360086285733; Tue, 05 Feb 2013 09:44:45 -0800 (PST) From: Wieland Hoffmann To: zsh-workers@zsh.org Subject: [PATCH 1/3] Correct the location of zsh-development-guide in the README Date: Tue, 5 Feb 2013 18:44:28 +0100 Message-Id: <1360086270-13944-1-git-send-email-themineo@gmail.com> X-Mailer: git-send-email 1.8.1.2 --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README b/README index b0ce8fa..2a22f42 100644 --- a/README +++ b/README @@ -355,7 +355,7 @@ mention this in your message if you want a response. If you would like to contribute to the development and maintenance of zsh, then you should join the zsh-workers mailing list (check the META-FAQ for info on this). You should also read the "zsh-development-guide" -located in the subdirectory Util. +located in the subdirectory Etc. Contributors ------------ -- 1.8.1.2