From ed8e625c9655944ee6d995fd428f503c1d1f7658 Mon Sep 17 00:00:00 2001 From: "Arthur A. Gleckler" Date: Thu, 15 Aug 2019 13:17:00 -0700 Subject: [PATCH] Use TLS/SSL for links to . --- doc/ref-manual/scheme.texinfo | 2 +- doc/ref-manual/special-forms.texi | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/ref-manual/scheme.texinfo b/doc/ref-manual/scheme.texinfo index 6357ae7c2..159142b77 100644 --- a/doc/ref-manual/scheme.texinfo +++ b/doc/ref-manual/scheme.texinfo @@ -132,7 +132,7 @@ Documentation License.'' @end macro @macro usrfi {n} -@uref{http://srfi.schemers.org/srfi-\n\/srfi-\n\.html,@asrfi{\n\}} +@uref{https://srfi.schemers.org/srfi-\n\/srfi-\n\.html,@asrfi{\n\}} @end macro @macro rseven {} diff --git a/doc/ref-manual/special-forms.texi b/doc/ref-manual/special-forms.texi index e9b8c0668..150f0e3e4 100644 --- a/doc/ref-manual/special-forms.texi +++ b/doc/ref-manual/special-forms.texi @@ -2788,7 +2788,7 @@ must be written using the @code{er-macro-transformer} syntax: @cindex SRFI syntax Several special forms have been introduced to support some of the -@uref{http://srfi.schemers.org/,Scheme Requests for Implementation} +@uref{https://srfi.schemers.org/,Scheme Requests for Implementation} (@acronym{SRFI}). Note that MIT/GNU Scheme has for some time supported @usrfi{23} (error-reporting mechanism) and @usrfi{30} (nested multi-line comments), since these @acronym{SRFI}s reflect existing @@ -2806,7 +2806,7 @@ practice rather than introducing new functionality. @cindex SRFI 0 @usrfi{0} is a mechanism for portably determining the availability of -@uref{http://srfi.schemers.org/,@acronym{SRFI}} @dfn{features}. The +@uref{https://srfi.schemers.org/,@acronym{SRFI}} @dfn{features}. The @code{cond-expand} special form conditionally expands according to the features available. -- 2.25.1