summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlbert Krewinkel <albert+github@zeitkraut.de>2016-07-23 10:14:18 +0200
committerGitHub <noreply@github.com>2016-07-23 10:14:18 +0200
commit49f44602d2d554554d9faeeed57ef118765417c9 (patch)
treef1340c5e8bcdf36a1de40764c6bd188c313723b2
parentaa21f964a683f65ec0fd70fc2e0dc264b1cadcf2 (diff)
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.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index d64f4912f..c83a1ae33 100644
--- a/README.md
+++ b/README.md
@@ -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`.