From: Dmitry V. Levin Date: Tue, 1 Oct 2019 09:10:46 +0000 (+0000) Subject: Prefer https URLs where possible X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b17ceabd68369bc7add4997fa27b51b6aa1dd168;p=strace Prefer https URLs where possible * maint/README-release: Use https URL instead of http. * xlat/elf_em.in: Likewise. --- diff --git a/maint/README-release b/maint/README-release index fa2a22d8..fa64113b 100644 --- a/maint/README-release +++ b/maint/README-release @@ -17,5 +17,5 @@ * update irc #strace topic using /topic #strace * update https://en.wikipedia.org/wiki/Strace * tweet the news -* announce the new release at http://freshcode.club/projects/strace +* announce the new release at https://freshcode.club/projects/strace * announce the new release at other news-related sites diff --git a/xlat/elf_em.in b/xlat/elf_em.in index 34438494..9ffbcd6e 100644 --- a/xlat/elf_em.in +++ b/xlat/elf_em.in @@ -1,6 +1,6 @@ #sorted /* General source: include/uapi/linux/elf-em.h */ -/* See also http://www.sco.com/developers/gabi/latest/ch4.eheader.html */ +/* See also https://www.sco.com/developers/gabi/latest/ch4.eheader.html */ EM_NONE 0 EM_M32 1 /* AT&T WE 32100 */ EM_SPARC 2 /* SPARC */