From patchwork Sat Nov 21 17:12:26 2009 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: =?utf-8?q?Guido_G=C3=BCnther?= X-Patchwork-Id: 61961 Received: from hormel.redhat.com (hormel1.redhat.com [209.132.177.33]) by demeter.kernel.org (8.14.2/8.14.2) with ESMTP id nALHCoAR002871 for ; Sat, 21 Nov 2009 17:12:50 GMT Received: from listman.util.phx.redhat.com (listman.util.phx.redhat.com [10.8.4.110]) by hormel.redhat.com (Postfix) with ESMTP id 93EC761A3D3; Sat, 21 Nov 2009 12:12:49 -0500 (EST) Received: from int-mx05.intmail.prod.int.phx2.redhat.com (nat-pool.util.phx.redhat.com [10.8.5.200]) by listman.util.phx.redhat.com (8.13.1/8.13.1) with ESMTP id nALHClpb014055 for ; Sat, 21 Nov 2009 12:12:47 -0500 Received: from mx1.redhat.com (ext-mx01.extmail.prod.ext.phx2.redhat.com [10.5.110.5]) by int-mx05.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id nALHCln0018129 for ; Sat, 21 Nov 2009 12:12:47 -0500 Received: from honk.sigxcpu.org (static-87-79-238-240.netcologne.de [87.79.238.240]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id nALHCVOv002901 for ; Sat, 21 Nov 2009 12:12:32 -0500 Received: from localhost (localhost [127.0.0.1]) by honk.sigxcpu.org (Postfix) with ESMTP id 2CB5D9C003 for ; Sat, 21 Nov 2009 18:12:31 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at honk.sigxcpu.org Received: from honk.sigxcpu.org ([127.0.0.1]) by localhost (honk.sigxcpu.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id YEsqgmXYnB71 for ; Sat, 21 Nov 2009 18:12:30 +0100 (CET) Received: by bogon.sigxcpu.org (Postfix, from userid 1000) id 0195451E63; Sat, 21 Nov 2009 18:12:26 +0100 (CET) Date: Sat, 21 Nov 2009 18:12:26 +0100 From: Guido =?iso-8859-1?Q?G=FCnther?= To: dm-devel@redhat.com Message-ID: <20091121171226.GA15021@bogon.sigxcpu.org> MIME-Version: 1.0 Content-Disposition: inline User-Agent: Mutt/1.5.20 (2009-06-14) X-RedHat-Spam-Score: 0.232 (AWL) X-Scanned-By: MIMEDefang 2.67 on 10.5.11.18 X-Scanned-By: MIMEDefang 2.67 on 10.5.110.5 X-loop: dm-devel@redhat.com Subject: [dm-devel] [PATCH]: multipath-tools: fix path to FAQ X-BeenThere: dm-devel@redhat.com X-Mailman-Version: 2.1.5 Precedence: junk Reply-To: device-mapper development List-Id: device-mapper development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: dm-devel-bounces@redhat.com Errors-To: dm-devel-bounces@redhat.com From: Vincent McIntyre Date: Fri, 9 Jan 2009 18:18:46 +0100 Subject: [PATCH] fix URL to FAQ --- FAQ | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/FAQ b/FAQ index 35dc2f9..ad717b4 100644 --- a/FAQ +++ b/FAQ @@ -1,4 +1,5 @@ -More at http://christophe.varoqui.free.fr/wiki/wakka.php?wiki=FAQ +More at http://christophe.varoqui.free.fr/faq.html +See also http://christophe.varoqui.free.fr/usage.html 1. How to set up System-on-multipath ? ====================================== --