From: Stefan Kangas Date: Mon, 3 Feb 2025 11:37:06 +0000 (+0100) Subject: ; Don't use HTTPS in HTTP-specific example X-Git-Tag: archive/raspbian/1%30.1+1-3+rpi1^2~2^2~20^2~63 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=a3b3083081299049b2ac2333d078c9cac62f2be4;p=emacs.git ; Don't use HTTPS in HTTP-specific example * doc/misc/org.org (External Links): Change HTTP example to use HTTP. Changing it to HTTPS has been done before, but it's a mistake. To avoid making this mistake again, change the URL to orgmode.org to make it more similar to the example on the next line, thereby contrasting the two. --- diff --git a/doc/misc/org.org b/doc/misc/org.org index 363a95fa65c..26cb46cf13c 100644 --- a/doc/misc/org.org +++ b/doc/misc/org.org @@ -3403,7 +3403,7 @@ options: | Link Type | Example | |------------+--------------------------------------------------------------------| -| http | =https://staff.science.uva.nl/c.dominik/= | +| http | =http://orgmode.org/= | | https | =https://orgmode.org/= | | doi | =doi:10.1000/182= | | file | =file:/home/dominik/images/jupiter.jpg= |