diff --git a/Readme.md b/Readme.md
--- a/Readme.md
+++ b/Readme.md
@@ -446,13 +446,16 @@
 
 If you'd like to see a full fledged example, go to following module
 from the benchmarks of this library:
-[Example](https://github.com/knupfer/type-of-html/bench/ExampleTypeOfHtml.hs)
+
+[Example](https://github.com/knupfer/type-of-html/tree/master/bench/ExampleTypeOfHtml.hs)
+
 It is a verbatim implementation of the source of
 http://hackage.haskell.org/upload
 
 If you wish, you can compare the clarity of the code with an
 implementation in blaze:
-[Example](https://github.com/knupfer/type-of-html/bench/ExampleBlaze.hs)
+
+[Example](https://github.com/knupfer/type-of-html/tree/master/bench/ExampleBlaze.hs)
 
 I'd argue that the source code in `type-of-html` has some visual advantages:
 - qualified imports aren't needed
diff --git a/type-of-html.cabal b/type-of-html.cabal
--- a/type-of-html.cabal
+++ b/type-of-html.cabal
@@ -1,5 +1,5 @@
 name:                 type-of-html
-version:              1.6.1.0
+version:              1.6.1.1
 synopsis:             High performance type driven html generation.
 description:          This library makes most invalid html documents compile time errors and uses advanced type level features to realise compile time computations.
 license:              BSD3
