From: Arthur A. Gleckler Date: Thu, 15 Aug 2019 20:17:00 +0000 (-0700) Subject: Use TLS/SSL for links to . X-Git-Tag: mit-scheme-pucked-10.1.20~11^2~85 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=ed8e625c9655944ee6d995fd428f503c1d1f7658;p=mit-scheme.git Use TLS/SSL for links to . --- 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.