From 26fb4168b884eeb910580c42e87efb73399019c9 Mon Sep 17 00:00:00 2001 From: Stefan Kangas Date: Thu, 9 Dec 2021 16:22:17 +0100 Subject: ; Prefer HTTPS in more URLs --- doc/misc/rcirc.texi | 2 +- doc/misc/tramp.texi | 2 +- doc/misc/url.texi | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) (limited to 'doc/misc') diff --git a/doc/misc/rcirc.texi b/doc/misc/rcirc.texi index a4ca54a8b01..603bf42e0cc 100644 --- a/doc/misc/rcirc.texi +++ b/doc/misc/rcirc.texi @@ -464,7 +464,7 @@ your status as ``being back'' if you do not. People can use the @cindex help about irc Typical IRC servers implement many more commands. You can read more about the fantastic world of IRC online at -@uref{http://www.irchelp.org/, the Internet Relay Chat (IRC) help +@uref{https://www.irchelp.org/, the Internet Relay Chat (IRC) help archive}. @node Configuration diff --git a/doc/misc/tramp.texi b/doc/misc/tramp.texi index a17a8d67e5b..27ad912523b 100644 --- a/doc/misc/tramp.texi +++ b/doc/misc/tramp.texi @@ -4228,7 +4228,7 @@ It is even possible to access file archives in file archives, as (progn (url-handler-mode 1) (find-file - "http://ftp.debian.org/debian/pool/main/c/coreutils/coreutils_8.28-1_amd64.deb/control.tar.gz/control")) + "https://ftp.debian.org/debian/pool/main/c/coreutils/coreutils_8.28-1_amd64.deb/control.tar.gz/control")) @end group @end lisp diff --git a/doc/misc/url.texi b/doc/misc/url.texi index 8f15e11007e..90e38e5d30e 100644 --- a/doc/misc/url.texi +++ b/doc/misc/url.texi @@ -90,7 +90,7 @@ can be accessed (usually over a network) in a specific way. @example ftp://ftp.is.co.za/rfc/rfc1808.txt -http://www.ietf.org/rfc/rfc2396.txt +https://www.ietf.org/rfc/rfc2396.txt ldap://[2001:db8::7]/c=GB?objectClass?one mailto:John.Doe@@example.com news:comp.infosystems.www.servers.unix @@ -708,7 +708,7 @@ Well-known ports are used if the URL does not specify a port. @cindex rcirc The @code{irc} scheme is defined in the Internet Draft at -@url{http://www.w3.org/Addressing/draft-mirashi-url-irc-01.txt} (which +@url{https://www.w3.org/Addressing/draft-mirashi-url-irc-01.txt} (which was never approved as an RFC). Such URLs have the form @example @@ -1181,7 +1181,7 @@ opened by the URL library. @c machines off the local network. This is characterized by being able @c to reach someplace with a raw ip number, but not its hostname @c (@url{http://129.79.254.191/} works, but -@c @url{http://www.cs.indiana.edu/} doesn't). This used to happen on +@c @url{https://www.cs.indiana.edu/} doesn't). This used to happen on @c SunOS4 and Ultrix, but is now probably now rare. If Emacs can't be @c rebuilt linked against the resolver library, it can use the external @c @command{nslookup} program instead. -- cgit v1.2.1