Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751499AbdH3Wkf (ORCPT ); Wed, 30 Aug 2017 18:40:35 -0400 Received: from ms.lwn.net ([45.79.88.28]:36478 "EHLO ms.lwn.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750980AbdH3Wkd (ORCPT ); Wed, 30 Aug 2017 18:40:33 -0400 Date: Wed, 30 Aug 2017 16:40:32 -0600 From: Jonathan Corbet To: Alexander Kuleshov Cc: linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] assoc_array: fix path to assoc_array documentation Message-ID: <20170830164032.04795a99@lwn.net> In-Reply-To: <20170822183913.3736-1-kuleshovmail@gmail.com> References: <20170822183913.3736-1-kuleshovmail@gmail.com> Organization: LWN.net MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 735 Lines: 24 On Wed, 23 Aug 2017 00:39:13 +0600 Alexander Kuleshov wrote: > Signed-off-by: Alexander Kuleshov > --- > lib/assoc_array.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/lib/assoc_array.c b/lib/assoc_array.c > index 59fd7c0b119c..155c55d8db5f 100644 > --- a/lib/assoc_array.c > +++ b/lib/assoc_array.c > @@ -1,6 +1,6 @@ > /* Generic associative array implementation. > * > - * See Documentation/assoc_array.txt for information. > + * See Documentation/core-api/assoc_array.rst for information. > * > * Copyright (C) 2013 Red Hat, Inc. All Rights Reserved. > * Written by David Howells (dhowells@redhat.com) Applied to the docs tree, thanks. jon