; Prefer HTTPS to HTTP in docs
authorStefan Kangas <stefankangas@gmail.com>
Sun, 26 Jan 2025 21:39:10 +0000 (22:39 +0100)
committerStefan Kangas <stefankangas@gmail.com>
Sun, 26 Jan 2025 21:45:13 +0000 (22:45 +0100)
* doc/emacs/android.texi (Android Software):
* doc/lispref/frames.texi (X Selections):
* doc/misc/cc-mode.texi (Custom Filling and Breaking):
* doc/misc/efaq.texi (Basic editing):
* doc/misc/gnus.texi (Propagating marks, Spam Statistics Package):
* doc/misc/org.org (External Links, Images in HTML export)
(LaTeX Export, LaTeX math snippets): Prefer HTTPS to HTTP.  Fix or
mark some broken links while we're at it.

doc/emacs/android.texi
doc/lispref/frames.texi
doc/misc/cc-mode.texi
doc/misc/efaq.texi
doc/misc/gnus.texi
doc/misc/org.org

index 53c5372307421bfd617c0c198c2ab70830c7a386..a1801d378eae5824d35f46574a0cb5d21fdda8e2 100644 (file)
@@ -1179,7 +1179,7 @@ from improved reproductions of Unix command-line utilities to package
 repositories providing extensive collections of free GNU and Unix
 software.
 
-  @uref{http://busybox.net, Busybox} provides Unix utilities and
+  @uref{https://busybox.net, Busybox} provides Unix utilities and
 limited replicas of certain popular GNU programs such as
 @command{wget} in a single statically-linked Linux binary, which is
 capable of running under Android.
index 53cc73a1650b50dcbc62f4a8a51d4e0201c8642d..2426c9c890fd89992a2bcd46f26fa47b8ce0e25f 100644 (file)
@@ -4222,7 +4222,7 @@ selection targets that the owner supports, and @code{MULTIPLE}, used
 for internal purposes by X clients.  A selection owner may support any
 number of other targets, some of which may be standardized by the X
 Consortium's
-@url{http://x.org/releases/X11R7.6/doc/xorg-docs/specs/ICCCM/icccm.html,
+@url{https://x.org/releases/X11R7.6/doc/xorg-docs/specs/ICCCM/icccm.html,
 Inter-Client Communication Conventions Manual}, while others, such as
 @code{UTF8_STRING}, were meant to be standardized by the XFree86
 Project, but their standardization was never completed.
index 65f178c2fa580faed340791b52c8d1100fac1caf..abfcf03d08fb8e5c25a6d9df311906d01032fa5d 100644 (file)
@@ -3189,7 +3189,7 @@ margins of the texts kept intact:
 @cindex Filladapt mode
 It's also possible to use other adaptive filling packages, notably Kyle
 E. Jones' Filladapt package@footnote{It's available from
-@uref{http://www.wonderworks.com/}.  As of version 2.12, it does however
+@uref{https://elpa.gnu.org/packages/filladapt.html}.  As of version 2.12, it does however
 lack a feature that makes it work suboptimally when
 @code{c-comment-prefix-regexp} matches the empty string (which it does
 by default).  A patch for that is available from
index 5e4117d4898f13b4db99b5c54de20074d21de6da..4f936014ed13fced633d6ecde2e24bf804c01710 100644 (file)
@@ -481,7 +481,7 @@ Emacs help works best if it is invoked by a single key whose value
 should be stored in the variable @code{help-char}.
 
 Some Emacs slides and tutorials can be found at
-@uref{http://web.psung.name/emacs/}.
+@uref{https://web.psung.name/emacs/}.
 
 @node Learning how to do something
 @section How do I find out how to do something in Emacs?
index 7bfe580f7683e04690f5415410bb616058372445..4d278dc375433ae33202be500e79a464a4519011 100644 (file)
@@ -22380,6 +22380,7 @@ First of: you really need a patched mairix binary for using the marks
 propagation feature efficiently.  Otherwise, you would have to update
 the mairix database all the time.  You can get the patch at
 
+@c FIXME: This link is broken as of 2025-01-26.
 @uref{http://www.randomsample.de/mairix-maildir-patch.tar}
 
 You need the mairix v0.21 source code for this patch; everything else
@@ -26049,7 +26050,7 @@ never install such a back end.
 @cindex spam filtering, naive Bayesian
 
 Paul Graham has written an excellent essay about spam filtering using
-statistics: @uref{http://www.paulgraham.com/spam.html,A Plan for
+statistics: @uref{https://www.paulgraham.com/spam.html,A Plan for
 Spam}.  In it he describes the inherent deficiency of rule-based
 filtering as used by SpamAssassin, for example: Somebody has to write
 the rules, and everybody else has to install these rules.  You are
index 98c416c5da44e79a109c9983e540e586e278280a..363a95fa65c0337e237eb2a3663bbc0cead6f9fc 100644 (file)
@@ -3403,7 +3403,7 @@ options:
 
 | Link Type  | Example                                                            |
 |------------+--------------------------------------------------------------------|
-| http       | =http://staff.science.uva.nl/c.dominik/=                           |
+| http       | =https://staff.science.uva.nl/c.dominik/=                          |
 | https      | =https://orgmode.org/=                                             |
 | doi        | =doi:10.1000/182=                                                  |
 | file       | =file:/home/dominik/images/jupiter.jpg=                            |
@@ -13633,7 +13633,7 @@ backend by default in-lines that image.  For example:
 ~org-html-inline-images~.
 
 On the other hand, if the description part of the Org link is itself
-another link, such as =file:= or =http:= URL pointing to an image, the
+another link, such as =file:= or =https:= URL pointing to an image, the
 HTML export backend in-lines this image and links to the main image.
 This Org syntax enables the backend to link low-resolution thumbnail
 to the high-resolution version of the image, as shown in this example:
@@ -13938,7 +13938,7 @@ terminology.  You may refer to https://tug.org/begin.html to get
 familiar with LaTeX basics.  Users with LaTeX installed may also run
 =texdoc latex= from terminal to open LaTeX introduction [fn:: The
 command will open a PDF file, which is also available for download
-from http://mirrors.ctan.org/info/latex-doc-ptr/latex-doc-ptr.pdf]
+from https://mirrors.ctan.org/info/latex-doc-ptr/latex-doc-ptr.pdf]
 
 *** LaTeX/PDF export commands
 :PROPERTIES:
@@ -15220,7 +15220,7 @@ document in one of the following ways:
   ~org-latex-to-mathml-jar-file~.
 
   If you prefer to use MathToWeb[fn:: See
-  [[http://www.mathtoweb.com/cgi-bin/mathtoweb_home.pl][MathToWeb]].]
+  [[https://mathtoweb.sourceforge.io/][MathToWeb]].]
   as your converter, you can configure the above variables as shown
   below.