]> git.eshelyaron.com Git - emacs.git/commitdiff
; Fix http/https thinko in org manual
authorStefan Kangas <stefankangas@gmail.com>
Fri, 4 Aug 2023 07:50:43 +0000 (09:50 +0200)
committerStefan Kangas <stefankangas@gmail.com>
Fri, 4 Aug 2023 07:57:27 +0000 (09:57 +0200)
* 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

doc/misc/org.org

index 5562a13a005bedea3b9a592c6edbbd5648dd0ed1..a4ce53cc6cbffc3ea17d014647f262cdea036646 100644 (file)
@@ -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=                  |