diff options
author | Albert Krewinkel <albert+github@zeitkraut.de> | 2016-07-23 10:14:18 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-07-23 10:14:18 +0200 |
commit | 49f44602d2d554554d9faeeed57ef118765417c9 (patch) | |
tree | f1340c5e8bcdf36a1de40764c6bd188c313723b2 | |
parent | aa21f964a683f65ec0fd70fc2e0dc264b1cadcf2 (diff) | |
download | pandoc-49f44602d2d554554d9faeeed57ef118765417c9.tar.gz |
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`.
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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`. |