Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752360AbdIAUTh (ORCPT ); Fri, 1 Sep 2017 16:19:37 -0400 Received: from wp038.webpack.hosteurope.de ([80.237.132.45]:40546 "EHLO wp038.webpack.hosteurope.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751715AbdIAUTg (ORCPT ); Fri, 1 Sep 2017 16:19:36 -0400 X-Greylist: delayed 1310 seconds by postgrey-1.27 at vger.kernel.org; Fri, 01 Sep 2017 16:19:35 EDT From: Henning Schild To: linux-kernel@vger.kernel.org Cc: Mauro Carvalho Chehab , henning@hennsch.de Subject: [PATCH] docs: fix location of document that got moved Date: Fri, 1 Sep 2017 21:57:21 +0200 Message-Id: <20170901195721.16214-1-henning@hennsch.de> X-Mailer: git-send-email 2.13.5 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-bounce-key: webpack.hosteurope.de;henning@hennsch.de;1504297176;586ad39c; X-HE-SMSGID: 1dns4V-0000BS-8m Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 742 Lines: 24 9d85025b0418 renamed the document mentioned in the header. Adjust the link to point to the right place. Signed-off-by: Henning Schild --- fs/binfmt_misc.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/fs/binfmt_misc.c b/fs/binfmt_misc.c index f4718098ac31..b0cc07fbadef 100644 --- a/fs/binfmt_misc.c +++ b/fs/binfmt_misc.c @@ -4,7 +4,8 @@ * Copyright (C) 1997 Richard Günther * * binfmt_misc detects binaries via a magic or filename extension and invokes - * a specified wrapper. See Documentation/binfmt_misc.txt for more details. + * a specified wrapper. See Documentation/admin-guide/binfmt-misc.rst for more + * details. */ #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt -- 2.13.5