From: Stefan Kangas Date: Mon, 3 Feb 2025 11:37:06 +0000 (+0100) Subject: ; Don't use HTTPS in HTTP-specific example X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=d6205110556d2f29a2727c5874a5ee0663fac6e8;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. (cherry picked from commit a3b3083081299049b2ac2333d078c9cac62f2be4) --- 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= |