assoc_array: fix path to assoc_array documentation

Signed-off-by: Alexander Kuleshov <kuleshovmail@gmail.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
This commit is contained in:
Alexander Kuleshov 2017-08-23 00:39:13 +06:00 committed by Jonathan Corbet
parent 463a0fdc3e
commit 48c40c26fc
1 changed files with 1 additions and 1 deletions

View File

@ -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)