doc: Update link to the AVR-Libc manual
authorGerald Pfeifer <gerald@pfeifer.com>
Sat, 28 Jan 2023 22:19:46 +0000 (23:19 +0100)
committerGerald Pfeifer <gerald@pfeifer.com>
Sat, 28 Jan 2023 22:19:46 +0000 (23:19 +0100)
gcc/ChangeLog:

* doc/extend.texi (Named Address Spaces): Update link to the
AVR-Libc manual.

gcc/doc/extend.texi

index 027a08a..5a026c4 100644 (file)
@@ -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