From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1521) id 38CA23858D20; Thu, 17 Feb 2022 05:49:44 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 38CA23858D20 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable From: Michael Frysinger To: newlib-cvs@sourceware.org Subject: [newlib-cygwin] newlib: use https:// URIs in more places X-Act-Checkin: newlib-cygwin X-Git-Author: Mike Frysinger X-Git-Refname: refs/heads/master X-Git-Oldrev: beadbdfc048d6c4baa16cfae25d427797deb9feb X-Git-Newrev: bf9f6a0984c0eefd3f4d218cd7260030c5f689a2 Message-Id: <20220217054944.38CA23858D20@sourceware.org> Date: Thu, 17 Feb 2022 05:49:44 +0000 (GMT) X-BeenThere: newlib-cvs@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Newlib GIT logs List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 Feb 2022 05:49:44 -0000 https://sourceware.org/git/gitweb.cgi?p=3Dnewlib-cygwin.git;h=3Dbf9f6a0984c= 0eefd3f4d218cd7260030c5f689a2 commit bf9f6a0984c0eefd3f4d218cd7260030c5f689a2 Author: Mike Frysinger Date: Thu Feb 17 00:48:58 2022 -0500 newlib: use https:// URIs in more places Diff: --- newlib/HOWTO | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/newlib/HOWTO b/newlib/HOWTO index 3a214edf4..668766096 100644 --- a/newlib/HOWTO +++ b/newlib/HOWTO @@ -38,7 +38,7 @@ and TeX (or `texi2roff') to typeset the printed version. = While Newlib contains a copy of the texinfo package (texinfo.tex), the manual for it is not included. The latest one may be found at =20 -http://www.gnu.org/software/texinfo/manual/texinfo/texinfo.html +https://www.gnu.org/software/texinfo/manual/texinfo/texinfo.html =20 (which could be for a newer version of texinfo.tex than is included in New= lib). =20 @@ -79,12 +79,12 @@ purpose of Linux-based open standards for embedded deve= lopment. In brief, the intent is to define multiple levels for API functions that allows the user to size the library appropriately for their application--at least in terms of the predefined lists. For full details, refer to the EL/IX home -page at http://sourceware.org/elix/. The likely best way to tell how to +page at https://sourceware.org/elix/. The likely best way to tell how to classify any new functions in terms of needing an ELIX level qualification is to ask Jeff Johnston. To see how it works and try classification on yo= ur own, refer to the API specification on the web site, =20 -http://sourceware.org/elix/api/current/api.pdf. =20 +https://sourceware.org/elix/api/current/api.pdf =20 (Unfortunately, it is not complete with respect to either the C99 or POSIX= =20 standards, so particular C and POSIX functions may or may not be found.)