From 6204244b41e88de8dbb3ca7e7ce35006fa61b723 Mon Sep 17 00:00:00 2001 From: John Bampton Date: Sat, 13 Feb 2021 18:17:47 +1000 Subject: chore: fix missing HTTPS on links --- src/array.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/array.c') diff --git a/src/array.c b/src/array.c index a66ff8183..ab6adf52c 100644 --- a/src/array.c +++ b/src/array.c @@ -60,7 +60,7 @@ mrb_ary_new(mrb_state *mrb) * * gcc on ARM may fail optimization of memcpy * http://infocenter.arm.com/help/index.jsp?topic=/com.arm.doc.faqs/ka3934.html * * gcc on MIPS also fail - * http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39755 + * https://gcc.gnu.org/bugzilla/show_bug.cgi?id=39755 * * memcpy doesn't exist on freestanding environment * * If you optimize for binary size, use memcpy instead of this at your own risk -- cgit v1.2.3