]> git.eshelyaron.com Git - emacs.git/commitdiff
; Prefer HTTPS to HTTP in docs
authorStefan Kangas <stefankangas@gmail.com>
Sun, 26 Jan 2025 21:39:10 +0000 (22:39 +0100)
committerEshel Yaron <me@eshelyaron.com>
Mon, 3 Feb 2025 11:09:38 +0000 (12:09 +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.

(cherry picked from commit 5617b07a45bedcaa94591e941d06a3255e06302f)

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 05c051e27f23bc4d2dc0f3ba5e0639fad801ba62..5071a37843ead9fc99d5c613a235001ef30d3fa1 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 5ce6fc6c5c559a39fafd9b1125399f3095d46e68..e30d1c9982044ef467af9d5c125cf2cd7e09cba5 100644 (file)
@@ -4276,7 +4276,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 2ec19b0866133c737082529c0cc86f42f4e3b031..e058e163ad0760388e4450bd189c8ba1d702ae99 100644 (file)
@@ -3190,7 +3190,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 9fb639d8a9deb4a52e6c9841ff7f7e2dcd054150..713f8781feb2558d8d6915d59fefab2bc9275dbb 100644 (file)
@@ -472,7 +472,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 0d8bfc24e04b7888764b702947b7fd0cbd597063..e7b451017f7afca55eb0956e267e14b8d7c8f793 100644 (file)
@@ -22377,6 +22377,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
@@ -26046,7 +26047,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.