mirror of
https://github.com/jgm/pandoc.git
synced 2026-08-26 10:16:32 +00:00
Use http to access online documentation
The link to the online manual used the `https` schema, which doesn't work for this resource. Changed to `http`.
This commit is contained in:
@@ -98,7 +98,7 @@ Markdown can be expected to be lossy.
|
||||
Documentation
|
||||
-------------
|
||||
|
||||
The full documentation can be found [online](https://pandoc.org/MANUAL.html)
|
||||
The full documentation can be found [online](http://pandoc.org/MANUAL.html)
|
||||
and as pandoc-flavored Markdown in the file `MANUAL.txt`.
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user