From 5b467400d220125aed9d000e258c3cc3ca505421 Mon Sep 17 00:00:00 2001 From: S-H-GAMELINKS Date: Sat, 9 Apr 2022 16:53:13 +0900 Subject: [DOC]Some link prefix replace --- sparc.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sparc.c') diff --git a/sparc.c b/sparc.c index 7f3a70fd0e..fe9dd684f4 100644 --- a/sparc.c +++ b/sparc.c @@ -7,7 +7,7 @@ window of the process executing the instruction will not be flushed correctly. - See http://bugs.ruby-lang.org/issues/5244 for discussion. + See https://bugs.ruby-lang.org/issues/5244 for discussion. *********************************************************************/ void rb_sparc_flush_register_windows(void) @@ -15,7 +15,7 @@ rb_sparc_flush_register_windows(void) /* * gcc doesn't provide "asm" keyword if -ansi and the various -std options * are given. - * http://gcc.gnu.org/onlinedocs/gcc/Alternate-Keywords.html + * https://gcc.gnu.org/onlinedocs/gcc/Alternate-Keywords.html */ #ifndef __GNUC__ #define __asm__ asm -- cgit v1.2.1