diff options
| author | John MacFarlane <jgm@berkeley.edu> | 2016-07-23 16:06:54 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-07-23 16:06:54 -0700 |
| commit | 6489be800acf18e24e2d1e321d1cedef71e29787 (patch) | |
| tree | f1340c5e8bcdf36a1de40764c6bd188c313723b2 | |
| parent | aa21f964a683f65ec0fd70fc2e0dc264b1cadcf2 (diff) | |
| parent | 49f44602d2d554554d9faeeed57ef118765417c9 (diff) | |
| download | pandoc-6489be800acf18e24e2d1e321d1cedef71e29787.tar.gz | |
Merge pull request #3038 from tarleb/patch-1
Use http to access online documentation
| -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`. |
