diff --git a/Rlang-QQ.cabal b/Rlang-QQ.cabal
--- a/Rlang-QQ.cabal
+++ b/Rlang-QQ.cabal
@@ -1,5 +1,5 @@
 name: Rlang-QQ
-version: 0.0.0.0
+version: 0.0.0.1
 cabal-version: >=1.8
 build-type: Simple
 license: BSD3
@@ -7,7 +7,7 @@
 maintainer: Adam Vogt <vogt.adam@gmail.com>
 homepage: http://code.haskell.org/~aavogt/Rlang-QQ
 synopsis: quasiquoter for inline-R code
-description: This quasiquoter calls R (www.r-project.org/) from ghc.
+description: This quasiquoter calls R (<http://www.r-project.org/>) from ghc.
              Variables from the haskell-side are passed in. In the future,
              variables created (or modified) could be returned as the value
              of the quasiquote.
diff --git a/src/RlangQQ.hs b/src/RlangQQ.hs
--- a/src/RlangQQ.hs
+++ b/src/RlangQQ.hs
@@ -1,4 +1,4 @@
-{- | A quasiquoter to help with calling R (<www.r-project.org/>) from ghc.
+{- | A quasiquoter to help with calling R (<http://www.r-project.org/>) from ghc.
 
 -}
 module RlangQQ (
