diff --git a/Readme.md b/Readme.md
--- a/Readme.md
+++ b/Readme.md
@@ -167,7 +167,7 @@
 but would make the other benchmarks unreadable. The synthetic page is
 just a small page with a lot of elements and a lot of attributes but
 with minimal text. The hackage upload benchmark is a rendering of
-https://http://hackage.haskell.org/upload which contains a lot of text.
+https://hackage.haskell.org/upload which contains a lot of text.
 
 Note how the `compactHTML` rendering is about 150 times faster than
 blaze for the real world case. Look below for the explanation of the
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.1
+version:              1.6.1.2
 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
