Browse Source

assoc_array: fix path to assoc_array documentation

Signed-off-by: Alexander Kuleshov <kuleshovmail@gmail.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Alexander Kuleshov 8 years ago
parent
commit
48c40c26fc
1 changed files with 1 additions and 1 deletions
  1. 1 1
      lib/assoc_array.c

+ 1 - 1
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)