aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2016-07-23 16:06:54 -0700
committerGitHub <noreply@github.com>2016-07-23 16:06:54 -0700
commit6489be800acf18e24e2d1e321d1cedef71e29787 (patch)
treef1340c5e8bcdf36a1de40764c6bd188c313723b2
parentaa21f964a683f65ec0fd70fc2e0dc264b1cadcf2 (diff)
parent49f44602d2d554554d9faeeed57ef118765417c9 (diff)
downloadpandoc-6489be800acf18e24e2d1e321d1cedef71e29787.tar.gz
Merge pull request #3038 from tarleb/patch-1
Use http to access online documentation
-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`.