branch: externals-release/org commit 2dc2fea626aa690677171c22f8d5daf8be001d99 Author: Stefan Kangas <stefankan...@gmail.com> Commit: Kyle Meyer <k...@kyleam.com>
Backport commit a3b308308 from Emacs * doc/org-manual.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. ; Don't use HTTPS in HTTP-specific example a3b3083081299049b2ac2333d078c9cac62f2be4 Stefan Kangas Mon Feb 3 14:03:43 2025 +0100 --- doc/org-manual.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/org-manual.org b/doc/org-manual.org index bd79c782c8..3653e96bf5 100644 --- a/doc/org-manual.org +++ b/doc/org-manual.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= |