From: Stefan Kangas Date: Fri, 4 Aug 2023 07:50:43 +0000 (+0200) Subject: ; Fix http/https thinko in org manual X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=c75c7997197502189023c9f47140474fa7fd719e;p=emacs.git ; Fix http/https thinko in org manual * doc/misc/org.org (External Links): Change an HTTPS link back to HTTP, as it's used as an example to show the supported protocols. Ref: https://lists.gnu.org/r/emacs-devel/2023-08/msg00018.html --- diff --git a/doc/misc/org.org b/doc/misc/org.org index 5562a13a005..a4ce53cc6cb 100644 --- a/doc/misc/org.org +++ b/doc/misc/org.org @@ -3284,7 +3284,7 @@ options: | Link Type | Example | |------------+----------------------------------------------------------| -| http | =https://staff.science.uva.nl/c.dominik/= | +| http | =http://staff.science.uva.nl/c.dominik/= | | https | =https://orgmode.org/= | | doi | =doi:10.1000/182= | | file | =file:/home/dominik/images/jupiter.jpg= |