From b8e782c1b5d0c13c97160d1bae5bdc95c0fca1f8 Mon Sep 17 00:00:00 2001 From: Burdette Lamar Date: Thu, 31 Aug 2023 09:27:10 -0500 Subject: [PATCH] [DOC] Link fix (#8340) --- file.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/file.c b/file.c index 30dd1cc73b..4a5c8a8f8a 100644 --- a/file.c +++ b/file.c @@ -7436,7 +7436,7 @@ Init_File(void) * There are two families of constants here: * * - Those having to do with {file access}[rdoc-ref:File::Constants@File+Access]. - * - Those having to do with {file globbing}[rdoc-ref:File::Constants@File+Globbing]. + * - Those having to do with {filename globbing}[rdoc-ref:File::Constants@Filename+Globbing+Constants+-28File-3A-3AFNM_-2A-29]. * * \File constants defined for the local process may be retrieved * with method File::Constants.constants: