From 49f44602d2d554554d9faeeed57ef118765417c9 Mon Sep 17 00:00:00 2001 From: Albert Krewinkel Date: Sat, 23 Jul 2016 10:14:18 +0200 Subject: 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`. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') 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`. -- cgit v1.2.3