quotearg: fix Wikipedia link
authorPaolo Bonzini <bonzini@gnu.org>
Sun, 18 Dec 2011 14:31:23 +0000 (15:31 +0100)
committerPaolo Bonzini <pbonzini@redhat.com>
Sat, 7 Jan 2012 14:22:09 +0000 (15:22 +0100)
* lib/quotearg.c (quotearg_buffer_restyled): Fix link to Wikipedia.

lib/quotearg.c

index bfdf3b1..60b399e 100644 (file)
@@ -273,7 +273,7 @@ quotearg_buffer_restyled (char *buffer, size_t buffersize,
                and U+2019 (RIGHT SINGLE QUOTATION MARK), respectively.
 
                If you don't know what to put here, please see
-               <http://en.wikipedia.org/wiki/Quotation_mark#Glyphs>
+               <http://en.wikipedia.org/wiki/Quotation_marks_in_other_languages>
                and use glyphs suitable for your language.  */
             left_quote = gettext_quote (N_("`"), quoting_style);
             right_quote = gettext_quote (N_("'"), quoting_style);