; Fix http/https thinko in org manual
* 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
This commit is contained in:
parent
dde3b9350e
commit
c75c799719
1 changed files with 1 additions and 1 deletions
|
@ -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= |
|
||||
|
|
Loading…
Add table
Reference in a new issue