From: Gerald Pfeifer Date: Sat, 28 Jan 2023 22:19:46 +0000 (+0100) Subject: doc: Update link to the AVR-Libc manual X-Git-Tag: basepoints/gcc-14~1726 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=38bce6ff4499597e4f9e2117deaa53362823f6e0;p=thirdparty%2Fgcc.git doc: Update link to the AVR-Libc manual gcc/ChangeLog: * doc/extend.texi (Named Address Spaces): Update link to the AVR-Libc manual. --- diff --git a/gcc/doc/extend.texi b/gcc/doc/extend.texi index 027a08a2f627..5a026c4b48ce 100644 --- a/gcc/doc/extend.texi +++ b/gcc/doc/extend.texi @@ -1578,7 +1578,7 @@ locates data in flash but accesses to these data read from generic address space, i.e.@: from RAM, so that you need special accessors like @code{pgm_read_byte} -from @w{@uref{http://nongnu.org/avr-libc/user-manual/,AVR-LibC}} +from @w{@uref{https://www.nongnu.org/avr-libc/user-manual/,AVR-LibC}} together with attribute @code{progmem}. @noindent