diff mbox series

[pushed] doc: Update link to the AVR-Libc manual

Message ID 20230128222056.D868833E4D@hamza.pair.com
State New
Headers show
Series [pushed] doc: Update link to the AVR-Libc manual | expand

Commit Message

Gerald Pfeifer Jan. 28, 2023, 10:20 p.m. UTC
Pushed.
Gerald

gcc/ChangeLog:

	* doc/extend.texi (Named Address Spaces): Update link to the
	AVR-Libc manual.
---
 gcc/doc/extend.texi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/gcc/doc/extend.texi b/gcc/doc/extend.texi
index 027a08a2f62..5a026c4b48c 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