diff options
| author | Stefan Kangas | 2025-01-26 22:39:10 +0100 |
|---|---|---|
| committer | Stefan Kangas | 2025-01-26 22:45:13 +0100 |
| commit | 5617b07a45bedcaa94591e941d06a3255e06302f (patch) | |
| tree | e473bdeddef3c4d7499d8a9ae8fa2748f83b9c95 | |
| parent | fdd23023c84f873984aed62ef58699c09ee5ef20 (diff) | |
| download | emacs-5617b07a45bedcaa94591e941d06a3255e06302f.tar.gz emacs-5617b07a45bedcaa94591e941d06a3255e06302f.zip | |
; Prefer HTTPS to HTTP in docs
* 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.
| -rw-r--r-- | doc/emacs/android.texi | 2 | ||||
| -rw-r--r-- | doc/lispref/frames.texi | 2 | ||||
| -rw-r--r-- | doc/misc/cc-mode.texi | 2 | ||||
| -rw-r--r-- | doc/misc/efaq.texi | 2 | ||||
| -rw-r--r-- | doc/misc/gnus.texi | 3 | ||||
| -rw-r--r-- | doc/misc/org.org | 8 |
6 files changed, 10 insertions, 9 deletions
diff --git a/doc/emacs/android.texi b/doc/emacs/android.texi index 53c53723074..a1801d378ea 100644 --- a/doc/emacs/android.texi +++ b/doc/emacs/android.texi | |||
| @@ -1179,7 +1179,7 @@ from improved reproductions of Unix command-line utilities to package | |||
| 1179 | repositories providing extensive collections of free GNU and Unix | 1179 | repositories providing extensive collections of free GNU and Unix |
| 1180 | software. | 1180 | software. |
| 1181 | 1181 | ||
| 1182 | @uref{http://busybox.net, Busybox} provides Unix utilities and | 1182 | @uref{https://busybox.net, Busybox} provides Unix utilities and |
| 1183 | limited replicas of certain popular GNU programs such as | 1183 | limited replicas of certain popular GNU programs such as |
| 1184 | @command{wget} in a single statically-linked Linux binary, which is | 1184 | @command{wget} in a single statically-linked Linux binary, which is |
| 1185 | capable of running under Android. | 1185 | capable of running under Android. |
diff --git a/doc/lispref/frames.texi b/doc/lispref/frames.texi index 53cc73a1650..2426c9c890f 100644 --- a/doc/lispref/frames.texi +++ b/doc/lispref/frames.texi | |||
| @@ -4222,7 +4222,7 @@ selection targets that the owner supports, and @code{MULTIPLE}, used | |||
| 4222 | for internal purposes by X clients. A selection owner may support any | 4222 | for internal purposes by X clients. A selection owner may support any |
| 4223 | number of other targets, some of which may be standardized by the X | 4223 | number of other targets, some of which may be standardized by the X |
| 4224 | Consortium's | 4224 | Consortium's |
| 4225 | @url{http://x.org/releases/X11R7.6/doc/xorg-docs/specs/ICCCM/icccm.html, | 4225 | @url{https://x.org/releases/X11R7.6/doc/xorg-docs/specs/ICCCM/icccm.html, |
| 4226 | Inter-Client Communication Conventions Manual}, while others, such as | 4226 | Inter-Client Communication Conventions Manual}, while others, such as |
| 4227 | @code{UTF8_STRING}, were meant to be standardized by the XFree86 | 4227 | @code{UTF8_STRING}, were meant to be standardized by the XFree86 |
| 4228 | Project, but their standardization was never completed. | 4228 | Project, but their standardization was never completed. |
diff --git a/doc/misc/cc-mode.texi b/doc/misc/cc-mode.texi index 65f178c2fa5..abfcf03d08f 100644 --- a/doc/misc/cc-mode.texi +++ b/doc/misc/cc-mode.texi | |||
| @@ -3189,7 +3189,7 @@ margins of the texts kept intact: | |||
| 3189 | @cindex Filladapt mode | 3189 | @cindex Filladapt mode |
| 3190 | It's also possible to use other adaptive filling packages, notably Kyle | 3190 | It's also possible to use other adaptive filling packages, notably Kyle |
| 3191 | E. Jones' Filladapt package@footnote{It's available from | 3191 | E. Jones' Filladapt package@footnote{It's available from |
| 3192 | @uref{http://www.wonderworks.com/}. As of version 2.12, it does however | 3192 | @uref{https://elpa.gnu.org/packages/filladapt.html}. As of version 2.12, it does however |
| 3193 | lack a feature that makes it work suboptimally when | 3193 | lack a feature that makes it work suboptimally when |
| 3194 | @code{c-comment-prefix-regexp} matches the empty string (which it does | 3194 | @code{c-comment-prefix-regexp} matches the empty string (which it does |
| 3195 | by default). A patch for that is available from | 3195 | by default). A patch for that is available from |
diff --git a/doc/misc/efaq.texi b/doc/misc/efaq.texi index 5e4117d4898..4f936014ed1 100644 --- a/doc/misc/efaq.texi +++ b/doc/misc/efaq.texi | |||
| @@ -481,7 +481,7 @@ Emacs help works best if it is invoked by a single key whose value | |||
| 481 | should be stored in the variable @code{help-char}. | 481 | should be stored in the variable @code{help-char}. |
| 482 | 482 | ||
| 483 | Some Emacs slides and tutorials can be found at | 483 | Some Emacs slides and tutorials can be found at |
| 484 | @uref{http://web.psung.name/emacs/}. | 484 | @uref{https://web.psung.name/emacs/}. |
| 485 | 485 | ||
| 486 | @node Learning how to do something | 486 | @node Learning how to do something |
| 487 | @section How do I find out how to do something in Emacs? | 487 | @section How do I find out how to do something in Emacs? |
diff --git a/doc/misc/gnus.texi b/doc/misc/gnus.texi index 7bfe580f768..4d278dc3754 100644 --- a/doc/misc/gnus.texi +++ b/doc/misc/gnus.texi | |||
| @@ -22380,6 +22380,7 @@ First of: you really need a patched mairix binary for using the marks | |||
| 22380 | propagation feature efficiently. Otherwise, you would have to update | 22380 | propagation feature efficiently. Otherwise, you would have to update |
| 22381 | the mairix database all the time. You can get the patch at | 22381 | the mairix database all the time. You can get the patch at |
| 22382 | 22382 | ||
| 22383 | @c FIXME: This link is broken as of 2025-01-26. | ||
| 22383 | @uref{http://www.randomsample.de/mairix-maildir-patch.tar} | 22384 | @uref{http://www.randomsample.de/mairix-maildir-patch.tar} |
| 22384 | 22385 | ||
| 22385 | You need the mairix v0.21 source code for this patch; everything else | 22386 | You need the mairix v0.21 source code for this patch; everything else |
| @@ -26049,7 +26050,7 @@ never install such a back end. | |||
| 26049 | @cindex spam filtering, naive Bayesian | 26050 | @cindex spam filtering, naive Bayesian |
| 26050 | 26051 | ||
| 26051 | Paul Graham has written an excellent essay about spam filtering using | 26052 | Paul Graham has written an excellent essay about spam filtering using |
| 26052 | statistics: @uref{http://www.paulgraham.com/spam.html,A Plan for | 26053 | statistics: @uref{https://www.paulgraham.com/spam.html,A Plan for |
| 26053 | Spam}. In it he describes the inherent deficiency of rule-based | 26054 | Spam}. In it he describes the inherent deficiency of rule-based |
| 26054 | filtering as used by SpamAssassin, for example: Somebody has to write | 26055 | filtering as used by SpamAssassin, for example: Somebody has to write |
| 26055 | the rules, and everybody else has to install these rules. You are | 26056 | the rules, and everybody else has to install these rules. You are |
diff --git a/doc/misc/org.org b/doc/misc/org.org index 98c416c5da4..363a95fa65c 100644 --- a/doc/misc/org.org +++ b/doc/misc/org.org | |||
| @@ -3403,7 +3403,7 @@ options: | |||
| 3403 | 3403 | ||
| 3404 | | Link Type | Example | | 3404 | | Link Type | Example | |
| 3405 | |------------+--------------------------------------------------------------------| | 3405 | |------------+--------------------------------------------------------------------| |
| 3406 | | http | =http://staff.science.uva.nl/c.dominik/= | | 3406 | | http | =https://staff.science.uva.nl/c.dominik/= | |
| 3407 | | https | =https://orgmode.org/= | | 3407 | | https | =https://orgmode.org/= | |
| 3408 | | doi | =doi:10.1000/182= | | 3408 | | doi | =doi:10.1000/182= | |
| 3409 | | file | =file:/home/dominik/images/jupiter.jpg= | | 3409 | | file | =file:/home/dominik/images/jupiter.jpg= | |
| @@ -13633,7 +13633,7 @@ backend by default in-lines that image. For example: | |||
| 13633 | ~org-html-inline-images~. | 13633 | ~org-html-inline-images~. |
| 13634 | 13634 | ||
| 13635 | On the other hand, if the description part of the Org link is itself | 13635 | On the other hand, if the description part of the Org link is itself |
| 13636 | another link, such as =file:= or =http:= URL pointing to an image, the | 13636 | another link, such as =file:= or =https:= URL pointing to an image, the |
| 13637 | HTML export backend in-lines this image and links to the main image. | 13637 | HTML export backend in-lines this image and links to the main image. |
| 13638 | This Org syntax enables the backend to link low-resolution thumbnail | 13638 | This Org syntax enables the backend to link low-resolution thumbnail |
| 13639 | to the high-resolution version of the image, as shown in this example: | 13639 | 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 | |||
| 13938 | familiar with LaTeX basics. Users with LaTeX installed may also run | 13938 | familiar with LaTeX basics. Users with LaTeX installed may also run |
| 13939 | =texdoc latex= from terminal to open LaTeX introduction [fn:: The | 13939 | =texdoc latex= from terminal to open LaTeX introduction [fn:: The |
| 13940 | command will open a PDF file, which is also available for download | 13940 | command will open a PDF file, which is also available for download |
| 13941 | from http://mirrors.ctan.org/info/latex-doc-ptr/latex-doc-ptr.pdf] | 13941 | from https://mirrors.ctan.org/info/latex-doc-ptr/latex-doc-ptr.pdf] |
| 13942 | 13942 | ||
| 13943 | *** LaTeX/PDF export commands | 13943 | *** LaTeX/PDF export commands |
| 13944 | :PROPERTIES: | 13944 | :PROPERTIES: |
| @@ -15220,7 +15220,7 @@ document in one of the following ways: | |||
| 15220 | ~org-latex-to-mathml-jar-file~. | 15220 | ~org-latex-to-mathml-jar-file~. |
| 15221 | 15221 | ||
| 15222 | If you prefer to use MathToWeb[fn:: See | 15222 | If you prefer to use MathToWeb[fn:: See |
| 15223 | [[http://www.mathtoweb.com/cgi-bin/mathtoweb_home.pl][MathToWeb]].] | 15223 | [[https://mathtoweb.sourceforge.io/][MathToWeb]].] |
| 15224 | as your converter, you can configure the above variables as shown | 15224 | as your converter, you can configure the above variables as shown |
| 15225 | below. | 15225 | below. |
| 15226 | 15226 | ||