From a3b3083081299049b2ac2333d078c9cac62f2be4 Mon Sep 17 00:00:00 2001 From: Stefan Kangas Date: Mon, 3 Feb 2025 12:37:06 +0100 Subject: [PATCH] ; 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. --- doc/misc/org.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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= | -- 2.30.2