summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2011-06-02 01:01:59 -0400
committerGravatar Joey Hess <joey@kitenet.net>2011-06-02 01:01:59 -0400
commit28cb279765b42f6a4df2026858911df40c627e77 (patch)
treeccd6794e318c3a88f14083bd2fea7ee05681751e
parentac6510b337026b50e0610f1e334e887e5dac2a6e (diff)
fix
-rw-r--r--doc/install.mdwn6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/install.mdwn b/doc/install.mdwn
index 8c71b56a8..bb0942b25 100644
--- a/doc/install.mdwn
+++ b/doc/install.mdwn
@@ -11,11 +11,11 @@ To build and use git-annex, you will need:
* Haskell stuff
* [The Haskell Platform](http://haskell.org/platform/)
- * [MissingH](http://github.com/jgoerzen/missingh/wiki
+ * [MissingH](http://github.com/jgoerzen/missingh/wiki)
* [pcre-light](http://hackage.haskell.org/package/pcre-light)
* [utf8-string](http://hackage.haskell.org/package/utf8-string)
- * [SHA](<http://hackage.haskell.org/package/SHA)
- * [dataenc](<http://hackage.haskell.org/package/dataenc>)
+ * [SHA](http://hackage.haskell.org/package/SHA)
+ * [dataenc](http://hackage.haskell.org/package/dataenc)
* [TestPack](http://hackage.haskell.org/cgi-bin/hackage-scripts/package/testpack)
* [QuickCheck 2](http://hackage.haskell.org/package/QuickCheck)
* [hS3](http://hackage.haskell.org/package/hS3) (optional, but recommended)