aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2018-04-27 09:23:25 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2018-04-27 09:23:25 -0700
commit94af4cad3350dd3a0c3ca1e8002560cffe16478e (patch)
tree4bab35cf361a6f346f6ea23ae7d57156561f01f5
parent8b01f03eaa0c73259ed7a6d73c649cac65edcddc (diff)
downloadpandoc-94af4cad3350dd3a0c3ca1e8002560cffe16478e.tar.gz
Fix Haskell link in README.
-rw-r--r--README.md6
-rw-r--r--README.template1
2 files changed, 4 insertions, 3 deletions
diff --git a/README.md b/README.md
index f13358f52..dc64421f1 100644
--- a/README.md
+++ b/README.md
@@ -22,9 +22,9 @@ groups](https://img.shields.io/badge/pandoc-discuss-red.svg?style=social)](https
## The universal markup converter
-Pandoc is a \[Haskell\] library for converting from one markup format to
-another, and a command-line tool that uses this library. It can convert
-*from*
+Pandoc is a [Haskell](http://haskell.org) library for converting from
+one markup format to another, and a command-line tool that uses this
+library. It can convert *from*
<div id="input-formats">
diff --git a/README.template b/README.template
index 54cb3b515..7b5d0b7b9 100644
--- a/README.template
+++ b/README.template
@@ -87,3 +87,4 @@ License
any kind. (See COPYRIGHT for full copyright and warranty notices.)
[GPL]: http://www.gnu.org/copyleft/gpl.html "GNU General Public License"
+[Haskell]: http://haskell.org