summaryrefslogtreecommitdiff
path: root/doc/misc/url.texi
diff options
context:
space:
mode:
authorStefan Kangas <stefan@marxist.se>2021-12-09 16:22:17 +0100
committerStefan Kangas <stefan@marxist.se>2021-12-09 16:26:04 +0100
commit26fb4168b884eeb910580c42e87efb73399019c9 (patch)
treeb7148d957ca664753a9cdfd4f8efa0a35b74a2ac /doc/misc/url.texi
parent6b8957852476e4ba31873424aa8f81d9e55bc34c (diff)
downloademacs-26fb4168b884eeb910580c42e87efb73399019c9.tar.gz
; Prefer HTTPS in more URLs
Diffstat (limited to 'doc/misc/url.texi')
-rw-r--r--doc/misc/url.texi6
1 files changed, 3 insertions, 3 deletions
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.